dis:run_test:
stage: process
timeout: 1 hours script:
- bash dis/dis.sh
dis:results: stage: collect
needs: ["dis:run_test"]
script: - echo "All DIS benchmarks successful"