From e325ed12ce312b531e6a7967f9ee1fac9b33e3dc Mon Sep 17 00:00:00 2001 From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com> Date: Mon, 14 Sep 2015 18:51:19 -0300 Subject: [PATCH] change bundle install command --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 67c565643..e2fdc5ba0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ test: script: - - gem install bundler - bundle install vendor/bundle --disable-shared-gems - bundle exec rake db:migrate RAILS_ENV=test - bundle exec rake test \ No newline at end of file -- GitLab