summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-04-04 03:38:19 -0500
committerMike Greiling <mike@pixelcog.com>2017-04-04 03:38:19 -0500
commitf97a706aec695c1cecaa3bf44a497848edd81123 (patch)
treef6652daeaea533a45e8f53f013f7080c289671e6
parent8d568575525b5ecc95d3d4b39feca7d4ee654450 (diff)
downloadgitlab-ce-refactor_simulate_drag.tar.gz
set NODE_ENV globally in .gitlab-ci.ymlrefactor_simulate_drag
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 28ca249140c..f08e856bdc0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,6 +8,7 @@ cache:
variables:
MYSQL_ALLOW_EMPTY_PASSWORD: "1"
RAILS_ENV: "test"
+ NODE_ENV: "test"
SIMPLECOV: "true"
SETUP_DB: "true"
USE_BUNDLE_INSTALL: "true"
@@ -127,8 +128,6 @@ setup-test-env:
<<: *use-db
<<: *dedicated-runner
stage: prepare
- variables:
- NODE_ENV: "test"
script:
- node --version
- yarn install --pure-lockfile