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
No related branches found
No related tags found
No related merge requests found
Pipeline #76570 failed
...@@ -8,10 +8,11 @@ stages: ...@@ -8,10 +8,11 @@ stages:
- Static Analysis - Static Analysis
- Test - Test
flake8: pylint:
stage: Static Analysis stage: Static Analysis
allow_failure: true
script: script:
- flake8 --max-line-length=120 bild/*.py - pylint -d C0301 bild/*.py
pytest: pytest:
stage: Test stage: Test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment