Newer
Older
dvcs:process:
stage: process
timeout: 1 hour
artifacts:
paths:
- results
dvcs:results:
stage: collect
- pip install junitparser
- python dvcs/scripts/merge_results.py
junit: ["results/dvcs/dvcs_report.xml"]