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:
paths:
- ~/.cache/pip/
- static/
- public/
variables:
GIT_SUBMODULE_STRATEGY: recursive