From ca1d78ab0091d10b514e79bdcb98f522949bc951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu> Date: Mon, 31 Jan 2022 12:32:45 +0100 Subject: [PATCH] [skip ci] ci license cache hotfix --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ebef1baaf..79bfa327e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,7 +112,7 @@ license_headers: stage: license image: labrobotica/wolf_deps:20.04 cache: - - key: wolf-xenial + - key: wolf-focal paths: - ci_deps/wolf/ except: -- GitLab