Update .gitlab-ci.yml
This commit is contained in:
parent
86f14812b7
commit
897977aec0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ 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-dev
|
||||
- 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`
|
||||
- bundle install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue