diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5cab3fbca3f244d6f020484aeb3fbf7405ccf435..e540d277c71cf201434022f5076139a1d39c0ab7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,11 +42,7 @@ build_jar:
   artifacts:
     paths:
       - .m2/
-      - target/
-      - uw-spring-security-config/target/dependency-check-report.html
-      - uw-spring-security-core/target/dependency-check-report.html
-      - uw-spring-security-sample-war/target/dependency-check-report.html
-      - uw-spring-security-web/target/dependency-check-report.html
+      - "*/target"
     expire_in: 1 week
 
 secret_detection: