From c258f5f03dbcac772c9fdb7fd506affdc2a6de1a Mon Sep 17 00:00:00 2001 From: "Z.J. van de Weg" Date: Mon, 1 May 2017 16:52:43 +0200 Subject: Speedup setup-test-env job By not using the database, so no need to load the schema. Also, not downloading and uploading the cache anymore. --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.1