summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authora14m <[email protected]>2020-12-12 19:56:35 +0100
committera14m <[email protected]>2020-12-12 19:56:35 +0100
commitc79264c91cf1da6beddf19a039a823300f308823 (patch)
tree88d8eb30139103f98fbae343822513d2fbaf7034
parentb64a9bf10b204e8f8d3c650cad7da721bb5133dd (diff)
Use progress as the default format for CI
-rw-r--r--CLI/ruby/.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLI/ruby/.gitlab-ci.yml b/CLI/ruby/.gitlab-ci.yml
index 930afec..a639158 100644
--- a/CLI/ruby/.gitlab-ci.yml
+++ b/CLI/ruby/.gitlab-ci.yml
@@ -34,7 +34,7 @@ test:
<<: *cache
policy: pull
script:
- - bundle exec rspec
+ - bundle exec rspec --format progress
lint:
stage: test