diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 48be3d179..fcd9b3532 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -11,6 +11,7 @@ steps: commands: - gem install bundler - bundle -v + - bundle -v - bundle install --jobs=1 --retry=1 - name: test