Skip to content

Commit

Permalink
Update .gitlab-ci.yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rha930 committed Oct 7, 2022
1 parent ca0cca1 commit 5ff781a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5ff781a

Please sign in to comment.