diff options
author | Steve Kemp <steve@steve.org.uk> | 2017-06-13 09:10:02 +0300 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2017-06-13 09:10:02 +0300 |
commit | 1ac1143405540347fb5e983286ae2b08568445b6 (patch) | |
tree | 52f244f792c2cbc87eff3416e95427e4b6fd038a | |
parent | 9e03581ab991974be02d58532dffcf5e1df667ae (diff) |
Install ruby-setup
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4f6ce09..2dd578b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test:jessie: &test before_script: - apt install libpq-dev postgresql-server-dev-9.4 script: - - apt install libsqlite3-dev rake ruby-log4r ruby-ipaddress ruby-json ruby-sanitize ruby-rubymail thin ruby-haml ruby-haml-contrib ruby-redcloth ruby-rack ruby-rack-protection ruby-rack-flash3 ruby-tilt ruby-sinatra ruby-locale ruby-rack-test ruby-webmock ruby-timecop ruby-test-unit + - apt install libsqlite3-dev rake ruby-log4r ruby-ipaddress ruby-json ruby-sanitize ruby-rubymail thin ruby-haml ruby-haml-contrib ruby-redcloth ruby-rack ruby-rack-protection ruby-rack-flash3 ruby-tilt ruby-sinatra ruby-locale ruby-rack-test ruby-webmock ruby-setup ruby-timecop ruby-test-unit - bundle install -j $(nproc) --path vendor/bundle --without development - "POSTGRES_URL=postgres://$POSTGRES_USER:$POSTGRES_PASSWORD@postgres/$POSTGRES_DB bundle exec rake test" |