diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 1c7dd7d2..f69e2003 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -11,7 +11,7 @@ steps: image: ruby:2.3.7 commands: - gem install bundler --default -v "2.1.4" - - bundle -v + - gem list bunder - bundle install --jobs=3 --retry=3 - rake