From fdadc5853a2481e3708ab34c9cde05c60a464251 Mon Sep 17 00:00:00 2001
From: Georg Krause <mail@georg-krause.net>
Date: Tue, 7 Jun 2022 19:18:21 +0200
Subject: [PATCH] Make Pipeline work with Gitlab 15

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f3edd97a..1b54cf49 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -102,7 +102,9 @@ coverage:
     - tags
   artifacts:
     reports:
-      cobertura: $COBERTURA_REPORT
+      coverage_report:
+        coverage_format: cobertura
+        path: $COBERTURA_REPORT
 
 build-develop:
   extends: .build
-- 
GitLab