From f89300888ecc28dd5841e6c5c371f00aeea0c70c Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Wed, 15 Aug 2018 10:46:19 +0200 Subject: [PATCH] Update .gitlab-ci.yml: public/ needs caching, not static/ --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b3fbdf3..542768b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ stages: cache: paths: - ~/.cache/pip/ - - static/ + - public/ variables: GIT_SUBMODULE_STRATEGY: recursive