Update .gitlab-ci.yml

This commit is contained in:
Christoph Haas 2021-02-07 22:56:49 +00:00
parent eb6c164a40
commit 63ac834cc4

View file

@ -16,8 +16,8 @@ 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 ruby-bundler
#- gem install bundler --no-ri --no-rdoc
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby
- 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