The setup-test-env should push and pull the default cache

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2017-07-20 13:22:59 +02:00
parent bcd1a3a066
commit 36c9d2095a
No known key found for this signature in database
GPG Key ID: 46DF07E5CD9E96AB
1 changed files with 2 additions and 1 deletions

View File

@ -212,8 +212,9 @@ setup-test-env:
<<: *use-pg
<<: *dedicated-runner
<<: *except-docs
<<: *push-cache
stage: prepare
cache:
<<: *default-cache
script:
- node --version
- yarn install --pure-lockfile --cache-folder .yarn-cache