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

Update .gitlab-ci.yml file

parent dec2aed3
Branches
No related tags found
No related merge requests found
Pipeline #76570 failed
......@@ -8,10 +8,11 @@ stages:
- Static Analysis
- Test
flake8:
pylint:
stage: Static Analysis
allow_failure: true
script:
- flake8 --max-line-length=120 bild/*.py
- pylint -d C0301 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