diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 432ed6a..27b556c 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -9,5 +9,6 @@ steps: - name: test image: ruby commands: + - ruby -v - bundle install --jobs=3 --retry=3 - rake \ No newline at end of file