summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMike Greiling <mgreiling@gitlab.com>2017-04-04 17:47:12 +0000
committerClement Ho <clemmakesapps@gmail.com>2017-04-04 17:47:12 +0000
commit4461e7087d6ba76c7b5b089cac2c19db1e4e19f0 (patch)
treecaacb3215d7ed5d292abf0af4f12ae1d0718e8fa /.gitlab-ci.yml
parentd8cbe979164192231a85da386337978f6cbfc31d (diff)
downloadgitlab-ce-4461e7087d6ba76c7b5b089cac2c19db1e4e19f0.tar.gz
Refactor test_utils bundle
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f2fb6d3101c..66f8b6e6f9a 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"
@@ -129,9 +130,7 @@ setup-test-env:
stage: prepare
script:
- node --version
- - yarn --version
- yarn install --pure-lockfile
- - yarn check # ensure that yarn.lock matches package.json
- bundle exec rake gitlab:assets:compile
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
artifacts: