Update .gitlab-ci.yml
This commit is contained in:
parent
d8adfc03ab
commit
bec12869c0
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue