Skip to content
Snippets Groups Projects
Commit 9e352206 authored by René Schöne's avatar René Schöne
Browse files

Update .gitlab-ci.yml: run pip in script

parent 70778f91
No related branches found
No related tags found
1 merge request!1Fixing CI
Pipeline #2338 failed
before_script:
- pip install --user untangle
stages: stages:
- build - build
- test - test
...@@ -33,6 +30,7 @@ coverage: ...@@ -33,6 +30,7 @@ coverage:
- test - test
script: script:
# - ./gradlew --continue --console=plain -x test # - ./gradlew --continue --console=plain -x test
- pip install --user untangle
- python2 print-coverage.py - python2 print-coverage.py
coverage: "/Covered (\\d{1,3}\\.\\d{2}%) of instructions for all projects\\./" coverage: "/Covered (\\d{1,3}\\.\\d{2}%) of instructions for all projects\\./"
allow_failure: true allow_failure: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment