aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 14:14:02 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2017-03-20 14:14:02 +0000
commit083e19c1f7901b8acaddccb2c7c89776665df82a (patch)
tree63ea5dff4fd905abbca33d72e6057aaa984f4ea8
parentc1ca338fdb32b05fd047730be9ca6569d22c6806 (diff)
Change rake test task to "test"
-rw-r--r--.gitlab-ci.yml2
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