Commit 46f9c86a authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-smtp-pool-ci' into 'master'

Fix missing RSpec in SMTP pool CI

See merge request gitlab-org/gitlab!61887
parents d45a96c1 01e05dd5
...@@ -12,6 +12,7 @@ workflow: ...@@ -12,6 +12,7 @@ workflow:
- ruby -v # Print out ruby version for debugging - ruby -v # Print out ruby version for debugging
- gem install bundler --no-document # Bundler is not installed with the image - gem install bundler --no-document # Bundler is not installed with the image
- bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby - bundle config set --local path 'vendor' # Install dependencies into ./vendor/ruby
- bundle config set with 'development'
- bundle install -j $(nproc) - bundle install -j $(nproc)
script: script:
- bundle exec rspec - bundle exec rspec
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment