Skip to content
Snippets Groups Projects
Commit 6df565e8 authored by Daniel Scheffler's avatar Daniel Scheffler
Browse files

Adapt .gitlab-ci.yml to be compatible with GitLab >=15.0.

parent e749999a
Branches
Tags
No related merge requests found
Pipeline #46232 failed
......@@ -9,6 +9,7 @@ stages:
test_spechomo:
stage: test
coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
script:
- source /root/mambaforge/bin/activate ci_env
......@@ -24,7 +25,9 @@ test_spechomo:
- report.html
- docs/_build/html/
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml
expire_in: 30 days
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment