Update .gitlab-ci.yml
This commit is contained in:
parent
b1ad6ad5d8
commit
eb6c164a40
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,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
|
||||
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby ruby-bundler
|
||||
#- gem install bundler --no-ri --no-rdoc
|
||||
- RAILS_ENV=test bundle install --path vendor
|
||||
- cp config/database.yml.gitlab config/database.yml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue