bundle install right after configuring database.
This commit is contained in:
parent
5a85dbe3d8
commit
46c8da3fe8
1 changed files with 1 additions and 1 deletions
|
@ -2,8 +2,8 @@ before_script:
|
|||
- ruby -v
|
||||
- which ruby
|
||||
- env
|
||||
- bundle install
|
||||
- script/build/test_db_config.sh
|
||||
- bundle install
|
||||
|
||||
stages:
|
||||
- pre
|
||||
|
|
Loading…
Reference in a new issue