diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d95d6859..7dc5a5a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ pylint: # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide - flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics test: - stage: Static Analysis + stage: Test script: - coverage run -m pytest