From eec4de3098ab5669b6f21b031d42627e28dc9e1e Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 30 May 2022 10:44:14 +0100
Subject: [PATCH] Fix coverage artifact in CI script

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 19c3612..c0839f1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -9,6 +9,8 @@ run_tests:
   artifacts:
     when: always
     reports:
-      cobertura: cover.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: cover.xml
       junit: report.xml
 
-- 
GitLab