diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4e08bff..0b7bc2f 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -7,6 +7,6 @@ platform: steps: - name: test - image: ruby - commands: - - ruby -v \ No newline at end of file + image: ruby:latest + commands: + - ruby -v \ No newline at end of file