From 0f56e90e48b491299c730a15982b6345f18163fe Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 1 Sep 2020 22:25:16 +0200 Subject: [PATCH] Also keep local cache for CI --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7eac356..29ad392e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,6 +15,9 @@ docker: only: - master - beta + cache: + key: one-key-to-rule-them-all + paths: /cache/ # Debian Buster py37-django22: