Skip to content
Snippets Groups Projects
Commit 4ca20b66 authored by Michael Zimmermann's avatar Michael Zimmermann
Browse files

Update .gitlab-ci.yml

parent a0316071
No related branches found
No related tags found
1 merge request!32Update .gitlab-ci.yml
Pipeline #14848 passed
......@@ -8,7 +8,7 @@ my_tests:
before_script:
- pip install -r requirements_dev.txt
script:
- echo "coverage run --source code -m pytest"
- echo "flake8 --docstring-convention google code_directory/ tests/"
- echo "pylint code_directory/ tests/"
- echo "mypy code_directory/"
- echo "coverage run --source git.scicore.unibas.ch:2222/zavolan_group/tools/transcript-structure-generator/tests/ -m pytest"
- echo "flake8 --docstring-convention google git.scicore.unibas.ch:2222/zavolan_group/tools/transcript-structure-generator/tests/"
- echo "pylint git.scicore.unibas.ch:2222/zavolan_group/tools/transcript-structure-generator/tests/"
- echo "mypy git.scicore.unibas.ch:2222/zavolan_group/tools/transcript-structure-generator/tests/"
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