Skip to content
Snippets Groups Projects
Commit 02946766 authored by nfontrod's avatar nfontrod
Browse files

.gitlab-ci.yml: flake8 fails silently

parent fdf488f3
Branches
No related tags found
No related merge requests found
Pipeline #135 passed
...@@ -25,7 +25,7 @@ tests: ...@@ -25,7 +25,7 @@ tests:
script: script:
- coverage run -m unittest discover - coverage run -m unittest discover
- coverage xml - coverage xml
- flake8 --output-file .flake8-report.txt - flake8 --exit-zero --output-file .flake8-report.txt
artifacts: artifacts:
untracked: true untracked: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment