From ac5a10db236b70d6a33bdcc227b8edcb4a000bd8 Mon Sep 17 00:00:00 2001 From: Stefan Bienert <stefan.bienert@unibas.ch> Date: Fri, 3 Mar 2017 11:11:16 +0100 Subject: [PATCH] Gathering information --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aec03d795..42acd6228 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,10 @@ stages: - build - test +cache: + key: "$CI_BUILD_NAME" + untracked: true + # this is executed before doing anything else before_script: - echo "Running global 'before_script'..." -- GitLab