Using the latest build of rc.2, all steps run at the same time with no depends_on defined.
Here is example yaml:
---
kind: pipeline
name: default
steps:
- name: test1
image: alpine
commands:
- sleep 60
- name: test2
image: alpine
commands:
- sleep 60