Commit 53a8c5ba authored by jcechace's avatar jcechace
Browse files

Fixing test result reporting in pipeline

parent 2be56ba3
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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