Update .gitlab-ci.yml

This commit is contained in:
Christoph Haas 2021-02-08 09:30:49 +00:00
parent 897977aec0
commit e05fa8192a

View file

@ -20,6 +20,7 @@ build:
- apt-get -o dir::cache::archives="vendor/apt" install -yqq imagemagick git build-essential zlib1g-dev libbz2-dev libpq-dev ruby-dev curl
- curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
- rbenv install --skip-existing `cat .ruby-version`
- eval "$(rbenv init -)"
- bundle install
- bundle exec rake db:migrate RAILS_ENV=test
- gem install bundler