Fix pipeline bug

This commit is contained in:
Santiago Lo Coco 2023-10-30 21:25:06 -03:00
parent 7d28b9bb78
commit 55a510c97c
1 changed files with 6 additions and 6 deletions

View File

@ -298,9 +298,9 @@ test-browser-client:
- cobertura-coverage.xml
reports:
junit: junit.xml
coverage_report:
coverage_format: cobertura
path: cobertura-coverage.xml
coverage_report:
coverage_format: cobertura
path: cobertura-coverage.xml
needs:
- job: preparation
- job: build-browser
@ -328,9 +328,9 @@ test-screen-client:
- cobertura-coverage.xml
reports:
junit: junit.xml
coverage_report:
coverage_format: cobertura
path: cobertura-coverage.xml
coverage_report:
coverage_format: cobertura
path: cobertura-coverage.xml
needs:
- job: preparation
- job: build-browser-client