Commit 1b69f854 authored by jcechace's avatar jcechace
Browse files

Using correct pattern to archive test result artifacts

parent 53a8c5ba
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ build:
    - mvn clean install -B
  artifacts:
    reports:
      junit: target/surefire-reports/test/**/TEST-*.xml
      junit: target/surefire-reports/**/TEST-*.xml
  tags:
    - shared-fi