Fix Pipeline definition for Gitlab 15

This commit is contained in:
Georg Krause 2022-06-08 14:12:55 +02:00
parent 23df68a851
commit 6ea57880ce
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 3 additions and 1 deletions

View File

@ -184,7 +184,9 @@ test_api:
when: always
reports:
junit: api/report.xml
cobertura: api/coverage.xml
coverage_report:
coverage_format: cobertura
path: api/coverage.xml
test_front:
interruptible: true