Make Pipeline work with Gitlab 15

This commit is contained in:
Georg Krause 2022-06-07 19:18:21 +02:00
parent 084b0c2faf
commit fdadc5853a
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 3 additions and 1 deletions

View File

@ -102,7 +102,9 @@ coverage:
- tags
artifacts:
reports:
cobertura: $COBERTURA_REPORT
coverage_report:
coverage_format: cobertura
path: $COBERTURA_REPORT
build-develop:
extends: .build