Skip to content

Commit

Permalink
Ensure compatibility to new GitLab version.
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Scheffler <danschef@gfz-potsdam.de>
  • Loading branch information
danschef committed Jul 20, 2022
1 parent a5c32fa commit 37b38fc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stages:

test_arosics:
stage: test
coverage: '/TOTAL\s+\d+\s+\d+\s+(\d+%)/'
script:
- source /root/mambaforge/bin/activate ci_env

Expand All @@ -29,7 +30,9 @@ test_arosics:
- report.html
- docs/_build/html/
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml

expire_in: 30 days
Expand Down

0 comments on commit 37b38fc

Please sign in to comment.