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

always upload artifact

parent 9955d75e
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -29,8 +29,9 @@ super_linter:
    TAP_JUNIT_VERSION: "4.0.0"
    REPORT_SUITE_TEST_NAME: "super_linter"
  artifacts:
    paths:
      - "${CONVERTED_OUTPUT_FOLDER}/*.xml"
    when: always
    reports:
      junit: "${CONVERTED_OUTPUT_FOLDER}/*.xml"
    paths:
      - "${CONVERTED_OUTPUT_FOLDER}/"
  allow_failure: true