Fix Pipeline definition for Gitlab 15
This commit is contained in:
parent
23df68a851
commit
6ea57880ce
|
@ -184,7 +184,9 @@ test_api:
|
||||||
when: always
|
when: always
|
||||||
reports:
|
reports:
|
||||||
junit: api/report.xml
|
junit: api/report.xml
|
||||||
cobertura: api/coverage.xml
|
coverage_report:
|
||||||
|
coverage_format: cobertura
|
||||||
|
path: api/coverage.xml
|
||||||
|
|
||||||
test_front:
|
test_front:
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
Loading…
Reference in New Issue