Skip to content
Snippets Groups Projects
Commit dec2aed3 authored by Anton Hansson's avatar Anton Hansson :ghost:
Browse files

Update .gitlab-ci.yml file

parent 4aa3a4ec
No related branches found
No related tags found
No related merge requests found
Pipeline #76567 failed
......@@ -8,7 +8,10 @@ stages:
- Static Analysis
- Test
...
flake8:
stage: Static Analysis
script:
- flake8 --max-line-length=120 bild/*.py
pytest:
stage: Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment