Skip to content
Snippets Groups Projects
Commit 2b5ab52b authored by Julian's avatar Julian
Browse files

Update .gitlab-ci.yml for compatability with newer Gitlab versions

parent b4e04a20
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,9 @@ unittests:buster:
- htmlcov
expose_as: 'Coverage Report'
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml
coverage: '/^TOTAL.*\s+(\d+\%)$/'
......@@ -123,7 +125,9 @@ unittests:bullseye:
- htmlcov
expose_as: 'Coverage Report'
reports:
#cobertura: coverage.xml
#coverage_report:
# coverage_format: cobertura
# path: coverage.xml
junit: report.xml
#coverage: '/^TOTAL.*\s+(\d+\%)$/'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment