From 44242e0b3b1363b37b90f655b5cef4696112aee5 Mon Sep 17 00:00:00 2001 From: Robert Prehn <3952444+prehnRA@users.noreply.github.com> Date: Fri, 18 Jun 2021 17:08:54 -0500 Subject: [PATCH] fix: Fix gitlab-ci caching --- .gitlab-ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 42240103..fc25b5fc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -18,6 +18,7 @@ variables: .test_template: &test_template stage: test cache: + key: $CI_JOB_NAME paths: - _build/ - deps/ @@ -42,10 +43,6 @@ build_image_for_commit: image: "docker:20.10" only: - master - cache: - paths: - - _build/ - - deps/ services: - name: docker:20.10-dind before_script: