Skip to content
Snippets Groups Projects

Update .gitlab-ci.yml

Merged Andri Fränkl requested to merge andri.fraenkl-main-patch-50516 into main
1 file
+ 4
2
Compare changes
  • Side-by-side
  • Inline
+ 4
2
@@ -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/"
Loading