diff --git a/.trustie-pipeline.yml b/.trustie-pipeline.yml index 4eb6202..1c41f16 100644 --- a/.trustie-pipeline.yml +++ b/.trustie-pipeline.yml @@ -6,4 +6,7 @@ platform: arch: arm64 steps: - - echo hola \ No newline at end of file + - name: test + image: node:latest + commands: + - echo hello \ No newline at end of file