From 1fbd747d2da8fc6c42f2444d7b1d25d9fec394d2 Mon Sep 17 00:00:00 2001
From: Markus Holzer <markus.holzer@fau.de>
Date: Mon, 7 Nov 2022 08:13:43 +0100
Subject: [PATCH] Align CI with master

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bf90e6ba..5c5ce209 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,6 +29,9 @@ tests-and-coverage:
     - AVX
   artifacts:
     when: always
+    paths:
+      - coverage_report
+      - test-report
     reports:
       coverage_report:
         coverage_format: cobertura
-- 
GitLab