diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml
index 17ea19b..432ed6a 100644
--- a/.trustie-pipeline.yml
+++ b/.trustie-pipeline.yml
@@ -7,7 +7,7 @@ platform:
 
 steps:
 - name: test
- image: ruby
- commands:
- - bundle install --jobs=3 --retry=3
- - rake
\ No newline at end of file
+  image: ruby
+  commands:
+  - bundle install --jobs=3 --retry=3
+  - rake
\ No newline at end of file