Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-07-20 14:22:59 +0300
committerRémy Coutable <remy@rymai.me>2017-07-20 14:22:59 +0300
commit36c9d2095a72c2833a075b3f283097ecb08fbb26 (patch)
treee08a2b8fa8996681f3100db572ee441a92171757 /.gitlab-ci.yml
parentbcd1a3a066b4e7701928147d13e08272a0e35d38 (diff)
The setup-test-env should push and pull the default cache
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1dc6153201b..084febe175e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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