Update .gitlab-ci.yml

This commit is contained in:
Christoph Haas 2021-02-08 09:49:58 +00:00
parent d8adfc03ab
commit bec12869c0

View file

@ -19,6 +19,7 @@ build:
- 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-dev curl
- curl -fsSL https://github.com/rbenv/rbenv-installer/raw/master/bin/rbenv-installer | bash
- export PATH="$HOME/.rbenv/bin:$PATH"
- eval "$(rbenv init -)"
- rbenv install --skip-existing `cat .ruby-version`
- bundle install