Update .gitlab-ci.yml
This commit is contained in:
parent
b5baf95ec2
commit
bf82c2dfdb
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ build:
|
|||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby
|
||||
- gem install bundler
|
||||
- gem install bundler
|
||||
- RAILS_ENV=test bundle install --path vendor
|
||||
- cp config/database.yml.gitlab config/database.yml
|
||||
- RAILS_ENV=test bundle exec rake db:create db:schema:load
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue