diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:37:41 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 13:37:41 +0000 |
commit | 37594f4b48a474d33496109f53455bb0adf5ffce (patch) | |
tree | c50b0d4ac52ddf181d26e830eebdcfde0bc51ed6 | |
parent | 3388a456a3b954142f5a6dbe684da07113a0d12c (diff) |
Added rake
-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 bd0e01c..347f1c7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ test:jessie: &test variables: DISTRO: jessie script: - - apt-get install libxml2-dev libxslt1-dev libpq-dev postgresql-server-dev-9.4 libsqlite3-dev + - apt-get install libxml2-dev libxslt1-dev libpq-dev postgresql-server-dev-9.4 libsqlite3-dev rake - bundle install -j $(nproc) --path vendor/bundle --binstubs - bundle exec rake test:unit |