dvcs:process: stage: process timeout: 1 hour needs: ["detector"] script: - echo "dvcd benchmark" artifacts: paths: - results dvcs:results: stage: collect needs: ["dvcs:process"] script: - echo "All DVCS benchmarks successful"