diff options
Diffstat (limited to 'CLI/ruby')
| -rw-r--r-- | CLI/ruby/.gitlab-ci.yml | 2 |
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 |
