From 4657e2788e9abf4620df56d08837ee142ecd1f43 Mon Sep 17 00:00:00 2001
From: Michael Kuron <mkuron@icp.uni-stuttgart.de>
Date: Mon, 25 Jan 2021 17:10:50 +0100
Subject: [PATCH] fix previous

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 3cf434f9d..0a89e1cb1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -163,7 +163,7 @@ pycodegen-integration:
   artifacts:
     when: always
     reports:
-      junit: */report.xml
+      junit: "*/report.xml"
 
 # -------------------- Linter & Documentation --------------------------------------------------------------------------
 
-- 
GitLab