Update .gitlab-ci.yml: public/ needs caching, not static/

This commit is contained in:
Daniel Molkentin 2018-08-15 10:46:19 +02:00
parent e7cab26ded
commit f89300888e

View file

@ -6,7 +6,7 @@ stages:
cache: cache:
paths: paths:
- ~/.cache/pip/ - ~/.cache/pip/
- static/ - public/
variables: variables:
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive