summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblackst0ne <blackst0ne.ru@gmail.com>2018-06-12 13:43:41 +1100
committerblackst0ne <blackst0ne.ru@gmail.com>2018-06-12 13:43:41 +1100
commit47c2a52557238e929468d514bd1d5df986f956a3 (patch)
tree0804b45f4754b3f30a2b555bbd6f1119670cd403
parentc7912fd76e630ffe411851795867ca2aee3e667a (diff)
downloadgitlab-ce-blackst0ne-add-gemfile-rails5-lock-check.tar.gz
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 47254aa2890..b463ffce934 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -411,7 +411,7 @@ setup-test-env:
script:
- bundle exec ruby -Ispec -e 'require "spec_helper" ; TestEnv.init'
- scripts/gitaly-test-build # Do not use 'bundle exec' here
- - RAILS5=1 BUNDLE_GEMFILE=Gemfile.rails5 bundle install $BUNDLE_INSTALL_FLAGS
+ - BUNDLE_GEMFILE=Gemfile.rails5 bundle install $BUNDLE_INSTALL_FLAGS
artifacts:
expire_in: 7d
paths: