Skip to content
Snippets Groups Projects
Commit f2aa73ca authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

update pip in coverage CI stage

parent 682a65c3
Branches
Tags
No related merge requests found
Pipeline #62432 failed
......@@ -89,10 +89,10 @@ unit-test-ubuntu:
- py.test test/test_unit/test_align -vx
- py.test test/test_unit/test_tree -xv
- coverage report
- mv .coverage .coverage-unit
- mv .coverage .coverage.unit
artifacts:
paths:
- .coverage-unit
- .coverage.unit
expire_in: 1 hour
......@@ -136,6 +136,7 @@ coverage:
- unit-test-ubuntu
- func-test-ubuntu
before_script:
- pip3 install --upgrade pip
- pip3 install -r requirements-dev.txt
script:
#- coverage combine # .coverage-unit .coverage-functional
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment