From f9624f0e950c708c4984e8f829f153b75ddb517a Mon Sep 17 00:00:00 2001 From: mancini <mancini@astron.nl> Date: Mon, 6 May 2024 21:21:41 +0200 Subject: [PATCH] Keep artifacts --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 980ab0c..2a86170 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,6 +8,11 @@ build-job: # This job runs in the build stage, which runs first. before_script: - module load spack - module load cmake + artifacts: + paths: + - build + expire_in: 20 minutes + tags: - das6-gpu script: -- GitLab