summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-05-01 16:52:43 +0200
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-05-01 16:52:43 +0200
commitc258f5f03dbcac772c9fdb7fd506affdc2a6de1a (patch)
treeb70e81a8f4e4efb7e9afea9371beb0b294e9ca16
parent3f8ead1a588616f421745773b1600a6e77f1c133 (diff)
downloadgitlab-ce-zj-speedup-setup-test-env.tar.gz
Speedup setup-test-env jobzj-speedup-setup-test-env
By not using the database, so no need to load the schema. Also, not downloading and uploading the cache anymore.
-rw-r--r--.gitlab-ci.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ddc2c5f2542..fb8fc40c09b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -170,6 +170,11 @@ setup-test-env:
<<: *dedicated-runner
<<: *except-docs
stage: prepare
+ variables:
+ SETUP_DB: "false"
+ USE_BUNDLE_INSTALL: "false"
+ cache:
+ key: "empty"
script:
- node --version
- yarn install --pure-lockfile