diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:14:02 +0000 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2017-03-20 14:14:02 +0000 |
commit | 083e19c1f7901b8acaddccb2c7c89776665df82a (patch) | |
tree | 63ea5dff4fd905abbca33d72e6057aaa984f4ea8 | |
parent | c1ca338fdb32b05fd047730be9ca6569d22c6806 (diff) |
Change rake test task to "test"
-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 347f1c7..d4e0ca8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test:jessie: &test script: - 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 + - bundle exec rake test test:stretch: <<: *test |