summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorThomas <>2022-06-08 13:07:49 +0200
committerThomas <>2022-06-08 13:07:49 +0200
commit802e18a229be17349fac8e766837ddce15a646eb (patch)
treeb992d2ac982cc3fea8c7b38a3637585cbb7094df /.gitlab-ci.yml
parentfbe3d540b3e5d11a23ba5837229f16721060a029 (diff)
downloadEAAF-Components-802e18a229be17349fac8e766837ddce15a646eb.tar.gz
EAAF-Components-802e18a229be17349fac8e766837ddce15a646eb.tar.bz2
EAAF-Components-802e18a229be17349fac8e766837ddce15a646eb.zip
build(ci): fix broken CI pipe, because 'cobertura' template has been changed
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7c3b3ae1..04de68a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -76,9 +76,10 @@ coverage:
- assemble
artifacts:
reports:
- cobertura: target/site/cobertura.xml
-
-
+ coverage_report:
+ coverage_format: cobertura
+ path: target/site/cobertura.xml
+
publishToGitlab:
stage: package
tags: