diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index de4a3c8a6..8fba6286d 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,8 +7,16 @@ platform: arch: arm64 steps: -- name: test +- name: install image: ruby:2.3.7 commands: - bundle install --jobs=3 --retry=3 - rake + +- name: test + image: ruby:2.3.7 + volumes: + - name: bundle + path: /usr/local/bundle + commands: + - rake