From afc214f139688b0b89bbb887405e247045fd891f Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Mon, 29 Mar 2021 12:12:33 +0200 Subject: [PATCH] ; Fix last change --- test/infra/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml index 17dda1a91b6..6355513cc9f 100644 --- a/test/infra/gitlab-ci.yml +++ b/test/infra/gitlab-ci.yml @@ -144,11 +144,11 @@ default: rules: - if: '$CI_JOB_STAGE =~ "fast|normal" && $CI_PIPELINE_SOURCE == "schedule"' when: never + - when: always artifacts: name: ${test_name} public: true expire_in: 1 week - when: always paths: - "${test_name}/**/*.log" -- 2.39.2