kind: pipeline
name: default
steps:
- name: en
image: alpine
commands:
- echo hello
- echo world
- name: test
image: ruby
- bundle install --jobs=3 --retry=3
- rake