diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 713087d68013d1e61994ebf2ddbd1033f52115ca..cf82b482065ed426abc9a16a30d6bbc69edc6b90 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,11 +15,11 @@ tests:
   script: ./gradlew ${GRADLE_ARGS} check
   artifacts:
     paths:
-      - "*/build/reports"
-      - "*/build/test-results"
+      - "build/reports"
+      - "build/test-results"
     reports:
       junit:
-        - "*/build/test-results/**/TEST-*.xml"
+        - "build/test-results/**/TEST-*.xml"
     when: always
 
 publish: