From 5e26af53b72366eeff9c15ba553c873b7e9c0321 Mon Sep 17 00:00:00 2001 From: Matthias Hochsteger Date: Thu, 18 Aug 2016 16:08:52 +0200 Subject: [PATCH] gitlab-ci: fix cache keys --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df2d341b..683c6db6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -136,7 +136,7 @@ build_ubuntu_1604: paths: - build/ - src/ - key: "netgen_win32" + key: "netgen_win32_${CI_BUILD_REF_NAME}" test_netgen_win64: <<: *win64 @@ -145,7 +145,7 @@ test_netgen_win64: paths: - build/ - src/ - key: "netgen_win64" + key: "netgen_win64_${CI_BUILD_REF_NAME}" # Linux .template_test_linux: &test_linux