Skip to content
Snippets Groups Projects
Commit 81112412 authored by Andri Fränkl's avatar Andri Fränkl
Browse files

Update .gitlab-ci.yml

parent 8cf7c73e
No related branches found
No related tags found
1 merge request!37Update .gitlab-ci.yml
Pipeline #14893 failed
...@@ -25,7 +25,7 @@ Coverage-test-job: # Test Stage ...@@ -25,7 +25,7 @@ Coverage-test-job: # Test Stage
Flake8/Pylint/mypy-test-job: # Test Stage Flake8/Pylint/mypy-test-job: # Test Stage
stage: test # Deploys and runs all 3 linters. stage: test # Deploys and runs all 3 linters.
script: script:
- flake8 --docstring-convention google tests/tests/ - flake8 --docstring-convention google tests/ tests/
- pylint tests/ tests/ - pylint tests/ tests/
- mypy tests/ tests/ - mypy tests/ tests/
- echo "Linters successfully deployed." - echo "Linters successfully deployed."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment