Commit d374e987 authored by Thomas Boni's avatar Thomas Boni
Browse files

set tap output as artifact

parent c5120ed8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ super_linter:
    REPORT_SUITE_TEST_NAME: "super_linter"
  artifacts:
    paths:
      - "${CONVERTED_OUTPUT_FOLDER}/*.xml"
      - "${OUTPUT_FOLDER}/*.tap"
    when: always
    reports:
      junit: "${CONVERTED_OUTPUT_FOLDER}/*.xml"