diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index eb749bf..c46b0d7 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,14 +7,7 @@ kind: pipeline steps: - name: test - image: docker:dind - volumes: - - name: dockersock - path: /var/run/docker.sock + image: ruby commands: - - docker ps -a - - volumes: - - name: dockersock - host: - path: /var/run/docker.sock \ No newline at end of file + - bundle install --jobs=3 --retry=3 + - rake \ No newline at end of file