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

.gitlab-ci.yml: flake8 fails silently

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