Using Ruby image instead of Debian Stretch
This commit is contained in:
parent
9cd5198fe3
commit
26aa896b15
1 changed files with 3 additions and 3 deletions
|
|
@ -19,9 +19,9 @@ build:
|
|||
|
||||
script:
|
||||
- apt-get update -qy
|
||||
- apt-get install -y ruby ruby-dev imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql
|
||||
- gem install bundler --no-ri --no-rdoc
|
||||
- RAILS_ENV=test bundle install --path /cache
|
||||
- apt-get install -y imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev postgresql
|
||||
#- gem install bundler --no-ri --no-rdoc
|
||||
- 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