From 93b1cac13d43c3022a4e936e246813f289c1d3d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Coutable?= Date: Fri, 20 Oct 2017 10:02:48 +0300 Subject: Fix the broken .tests-metadata-state definition MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Rémy Coutable --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 188e78d167b..9fe10be3fef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -52,7 +52,8 @@ stages: <<: *dedicated-runner variables: TESTS_METADATA_S3_BUCKET: "gitlab-ce-cache" - before_script: [] + before_script: + - source scripts/utils.sh artifacts: expire_in: 31d paths: -- cgit v1.2.1