Loading .gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ image: maven:3-openjdk-17-slim build: script: - mvn clean install -B reports: junit: target/surefire-reports/test/**/TEST-*.xml artifacts: reports: junit: target/surefire-reports/test/**/TEST-*.xml tags: - shared-fi Loading
.gitlab-ci.yml +3 −2 Original line number Diff line number Diff line Loading @@ -3,8 +3,9 @@ image: maven:3-openjdk-17-slim build: script: - mvn clean install -B reports: junit: target/surefire-reports/test/**/TEST-*.xml artifacts: reports: junit: target/surefire-reports/test/**/TEST-*.xml tags: - shared-fi