Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,8 @@ stages: - report.html - $CI_JOB_NAME-index.html - $MLD_ARTIFACT_NAME - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--$id_previous.csv # the * wildcard is needed because $id_previous is undefined here - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--*.csv expose_as: "pytest mld results" reports: junit: Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line Loading @@ -273,7 +273,8 @@ stages: - report.html - $CI_JOB_NAME-index.html - $MLD_ARTIFACT_NAME - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--$id_previous.csv # the * wildcard is needed because $id_previous is undefined here - $CI_JOB_NAME-merged_csv--$CI_JOB_ID--*.csv expose_as: "pytest mld results" reports: junit: Loading