add bundler

This commit is contained in:
Kamil Trzcinski 2016-05-21 21:04:26 -05:00
parent e77c7116cc
commit f768d2ccd4

View file

@ -20,6 +20,7 @@ variables:
before_script:
- source ./scripts/prepare_build.sh
- cp config/gitlab.yml.example config/gitlab.yml
- retry gem install bundler --no-ri --no-rdoc
- retry bundle install --without postgres production --jobs $(nproc) "${FLAGS[@]}"
- '[ "$USE_DB" != "true" ] || bundle exec rake db:drop db:create db:schema:load db:migrate'