Commit 960fe3db authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: remove double $NG_WORKSPACE_DIR in JUnit report

parent 7b59ebc0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -399,7 +399,7 @@ ng-e2e:
    - ng $NG_E2E_ARGS
  artifacts:
    reports:
      junit: $NG_WORKSPACE_DIR/$NG_WORKSPACE_DIR/$NG_E2E_REPORT_PATH/junit*.xml
      junit: $NG_WORKSPACE_DIR/$NG_E2E_REPORT_PATH/junit*.xml
    when: always # save artifact even if test failed
    name: "$CI_JOB_NAME artifacts from $CI_PROJECT_NAME on $CI_COMMIT_REF_SLUG"
    paths: