Looks like the gitlab-ci.yml syntax was changed. adjust

https://docs.gitlab.com/ee/ci/yaml/artifacts_reports.html#artifactsreportscoverage_report
This commit is contained in:
Ruben van Staveren 2023-01-09 22:38:14 +01:00
parent 29f6e6093b
commit 36ff86c71e
Signed by: ruben
GPG Key ID: 886F6BECD477A93F

View File

@ -11,7 +11,9 @@ run tests:
artifacts:
when: always
reports:
cobertura: coverage.xml
coverage_report:
coverage_format: cobertura
path: coverage.xml
junit: report.xml
tags:
- docker