definitions: steps: step: &step-test name: test requirements: req-prod.txt script: - command arg1 arg2 - command2 arg1 arg2 pipelines: default: <<: *step-test