Skip to content
Snippets Groups Projects
Commit d7d24e0b authored by Alexandre Beelen's avatar Alexandre Beelen
Browse files

Update .gitlab-ci.yml

parent f21f96ad
No related branches found
No related tags found
No related merge requests found
Pipeline #4120 passed
......@@ -6,8 +6,12 @@ stages:
tests:
stage: test
script: tox -e test
script:
- pip install tox
- tox -e test
lint:
stage: test
script: tox -e codestyle
script:
- pip install tox
- tox -e codestyle
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment