bundle install right after configuring database.

This commit is contained in:
Martin Edenhofer 2016-01-26 13:56:05 +01:00
parent 5a85dbe3d8
commit 46c8da3fe8

View file

@ -2,8 +2,8 @@ before_script:
- ruby -v
- which ruby
- env
- bundle install
- script/build/test_db_config.sh
- bundle install
stages:
- pre