diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aec03d7958c8e96a2ab7fb2f2717471e4c3eb776..42acd622842a3597199f0ffd908cfe166ed83386 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'..."