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