From da12fda7e14e2392221811f8e3dca60b969d1a0e Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 12 Jan 2020 01:39:58 +0100 Subject: [PATCH] add path to cache --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c19a63cc5..de58a465d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -20,6 +20,8 @@ stages: - gluon/output/ expire_in: 1 day cache: + paths: + - gluon/* key: "gluon-update" policy: "pull" -- GitLab