From 0bc1fcb32aa57559a169f14faf98cf42650397a7 Mon Sep 17 00:00:00 2001
From: Mauricio Giacomini Girardello <mauriciogiacomini4@gmail.com>
Date: Mon, 14 Sep 2015 18:52:36 -0300
Subject: [PATCH] change bundle install command

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e2fdc5ba..00eeb019 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 test:
   script:
-  - bundle install vendor/bundle --disable-shared-gems
+  - bundle install vendor/bundle
   - bundle exec rake db:migrate RAILS_ENV=test
   - bundle exec rake test
\ No newline at end of file
-- 
GitLab