summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorazul <azul@riseup.net>2016-12-02 10:28:46 +0000
committerazul <azul@riseup.net>2016-12-02 10:28:46 +0000
commit244d8a4702f98619078c0e09e485d7e1944e5013 (patch)
treed2eaf93312ae2c308397071fec5035c16ba98a68 /.gitlab-ci.yml
parent4159b6dd0df8e370fe95ca0c173552dd311cac3a (diff)
parent6851b606bdc985565104d41a48f1ecc81d132227 (diff)
Merge branch 'test/debug-failures' into 'master'
test: more meaningful error messages in case of failures See merge request !8
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 024fb9f..28975f9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -25,4 +25,4 @@ before_script:
test:
script:
- - bundle exec rake test
+ - TEST_OPTS=-v bundle exec rake test