From 55a510c97c95eca8b3ebac06684e85aff79cc40c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Mon, 30 Oct 2023 21:25:06 -0300 Subject: [PATCH] Fix pipeline bug --- .gitlab-ci.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a29082..349fa07 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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