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

Update .gitlab-ci.yml

parent e44f420a
No related branches found
No related tags found
1 merge request!30Update .gitlab-ci.yml
Pipeline #14843 failed
...@@ -8,5 +8,7 @@ my_tests: ...@@ -8,5 +8,7 @@ my_tests:
before_script: before_script:
- pip install -r requirements_dev.txt - pip install -r requirements_dev.txt
script: script:
- echo "Command 1" - echo "coverage run --source code -m pytest"
- echo "Command 2" - echo "flake8 --docstring-convention google code_directory/ tests/"
- echo "pylint code_directory/ tests/"
- echo "mypy code_directory/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment