Skip to content

Commit

Permalink
bundle install right after configuring database.
Browse files Browse the repository at this point in the history
  • Loading branch information
martini committed Jan 26, 2016
1 parent 5a85dbe commit 46c8da3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -2,8 +2,8 @@ before_script:
- ruby -v
- which ruby
- env
- bundle install
- script/build/test_db_config.sh
- bundle install

stages:
- pre
Expand Down

0 comments on commit 46c8da3

Please sign in to comment.