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

This commit is contained in:
2025-07-01 20:20:32 +02:00
parent cc03d97199
commit 6c32cf1c15
+1 -1
View File
@@ -31,7 +31,7 @@ build:
- mkdir public - mkdir public
- cp -rv docs/* public/ - cp -rv docs/* public/
- mkdir public/apidocs - mkdir public/apidocs
- cp -rv target/apidocs/* public/apidocs/ - cp -rv target/apidocs public/
artifacts: artifacts:
paths: paths:
- target/surefire-reports/*.xml - target/surefire-reports/*.xml