diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9143b5eb1afcae9aec62f5797a8f90a9b734a33c..8d5624e001179de0812bccc63f3cfa7dfd215dd0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -165,7 +165,7 @@ pycodegen-integration:
   artifacts:
     when: always
     reports:
-      junit: "*/report.xml"
+      junit: pycodegen/*/report.xml
 
 # -------------------- Linter & Documentation --------------------------------------------------------------------------