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
|
- ruby -v
|
||||||
- which ruby
|
- which ruby
|
||||||
- env
|
- env
|
||||||
- bundle install
|
|
||||||
- script/build/test_db_config.sh
|
- script/build/test_db_config.sh
|
||||||
|
- bundle install
|
||||||
|
|
||||||
stages:
|
stages:
|
||||||
- pre
|
- pre
|
||||||
|
|
Loading…
Reference in a new issue