From 0773bfe967c957e32541c1baa295a264eb2e9b4b Mon Sep 17 00:00:00 2001
From: Luis Mendes <luis.p.mendes@gmail.com>
Date: Thu, 19 Oct 2023 17:17:50 +0000
Subject: [PATCH] Update .gitlab-ci.yml file to new syntax of code coverage
 reports configuration

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8ee8b1c4..1dd26ce9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -130,10 +130,9 @@ coverage:
     - test-pocl-cpu
   artifacts:
     reports:
-      cobertura: target-nvidia-gpu/site/cobertura.xml
-      cobertura: target-nvidia-cpu/site/cobertura.xml
-      cobertura: target-amdgpu-cpu/site/cobertura.xml
-      cobertura: target-pocl-cpu/site/cobertura.xml
+      coverage_report:
+        coverage_format: cobertura
+        path: target-*/site/cobertura.xml
 
 deploy:
   stage: deploy
-- 
GitLab