Skip to content
Snippets Groups Projects
Commit 883ff47e authored by Dominique Benielli's avatar Dominique Benielli
Browse files

Update .gitlab-ci.yml file

parent bd26fbeb
No related branches found
No related tags found
No related merge requests found
Pipeline #16277 canceled
...@@ -5,7 +5,7 @@ tests: ...@@ -5,7 +5,7 @@ tests:
- docker - docker
script: script:
- if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi - if [ -f requirements.txt ]; then pip3 install -r requirements.txt; fi
- pip install -e .[test] - pip3 install -e .[test]
- pytest-3 - pytest-3
coverage: '/^TOTAL.+?(\d+\%)$/' coverage: '/^TOTAL.+?(\d+\%)$/'
artifacts: artifacts:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment