Fix typo in GitLab CI artifact path and include test report files in artifacts

This commit is contained in:
2025-06-30 20:14:01 +02:00
parent b347c713fb
commit 4a4f45341c
+2 -1
View File
@@ -34,7 +34,8 @@ build:
- cp -rv target/apidocs/* public/apidocs/
artifacts:
paths:
- target/
- target/surefire-reports/*.xml
- targert/
- public/
except:
- tags