From 802e18a229be17349fac8e766837ddce15a646eb Mon Sep 17 00:00:00 2001
From: Thomas <>
Date: Wed, 8 Jun 2022 13:07:49 +0200
Subject: build(ci): fix broken CI pipe, because 'cobertura' template has been
 changed

---
 .gitlab-ci.yml | 7 ++++---
 1 file 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:
-- 
cgit v1.2.3