From ced55b85cc88dae741699a691c333613a9bd40fe Mon Sep 17 00:00:00 2001
From: Christian Boettcher <c.boettcher@fz-juelich.de>
Date: Thu, 9 Jun 2022 08:54:21 +0200
Subject: [PATCH] cobertura keyword deprecated by gitlab

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b97133f..53c8ebd 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -46,7 +46,9 @@ test:
     - nosetests --with-coverage --cover-package=apiserver --cover-xml
   artifacts:
     reports:
-      cobertura: coverage.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: coverage.xml
 
 light-deploy-testing:
   stage: deploy
-- 
GitLab