steps:
first:
image: test
second:
depends_on: first
next:
depends_on:
- first
- second
some:
last:
depends_on: next