From da1c3fb81cad34d4a4aeb0cf4d9b364a3d30d954 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Al=C3=A1n=20Mu=C3=B1oz?= <alan.munoz@ed.ac.uk>
Date: Tue, 24 Jan 2023 18:18:12 +0000
Subject: [PATCH] docs(coverage): reformat artifact

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6a648f3d..8597d35a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,8 +45,9 @@ Local Tests:
 # Legacy because we use GitLab 14.2.6
   artifacts:
     reports:
+      coverage_report:
         coverage_format: cobertura
-        coverage_report: coverage.xml
+        path: coverage.xml
 
 Network Tools Tests:
   stage: tests
-- 
GitLab