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

Update .gitlab-ci.yml

parent 7611c748
No related branches found
No related tags found
1 merge request!35Update .gitlab-ci.yml
Pipeline #14889 failed
......@@ -17,7 +17,7 @@ build-job: # First stage deployment and installation of dependencies.
Coverage-test-job: # Test Stage
stage: test # Starts when the above build stages finishes installing dependencies.
script:
- coverage run --source tests/tests/ -m pytest
- coverage run --source tests -m pytest
- coverage report -m
- echo "Coverage successfully deployed."
......@@ -25,6 +25,6 @@ Flake8/Pylint/mypy-test-job: # Test Stage
stage: test # Deploys and runs all 3 linters.
script:
- flake8 --docstring-convention google tests/tests/
- pylint tests/tests/
- mypy tests/tests/
- pylint tests/ tests/
- mypy tests/ tests/
- echo "Linters successfully deployed."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment