From 932a9c2137846e0a722a11e99268550a667ee4d9 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sun, 9 Dec 2018 04:34:35 +0200 Subject: [PATCH] ci_template: Use a cache key specific to each job --- gitlab/ci_template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/gitlab/ci_template.yml b/gitlab/ci_template.yml index 7052006c1b..de01720581 100644 --- a/gitlab/ci_template.yml +++ b/gitlab/ci_template.yml @@ -85,6 +85,7 @@ gst indent: - rm -rf subprojects/*/.git/ - rm -rf build/subprojects/*/.git/ cache: + key: "${CI_JOB_NAME}" paths: - "${CCACHE_DIR}" artifacts: