Skip to content
Snippets Groups Projects
Commit 6138427e authored by Maël Madon's avatar Maël Madon
Browse files

CI: build and test in same phase

parent 7a2d57c7
Branches
No related tags found
No related merge requests found
Pipeline #5535 passed
...@@ -7,14 +7,10 @@ before_script: ...@@ -7,14 +7,10 @@ before_script:
- pwd - pwd
- pip3 install networkx - pip3 install networkx
build:
stage: build
script:
- pip3 install .
test: test:
stage: test stage: test
coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/' coverage: '/(?i)total.*? (100(?:\.0+)?\%|[1-9]?\d(?:\.\d+)?\%)$/'
script: script:
- pip3 install .
- pytest --cov=. - pytest --cov=.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment