Skip to content
Snippets Groups Projects
Commit 65765ca4 authored by Whitney Armstrong's avatar Whitney Armstrong
Browse files

Rmoved junit testing from pipeline

 - Moved examples junit files to `tests`

	modified:   config.yml
	renamed:    report.xml -> tests/report.xml
	renamed:    report2.xml -> tests/report2.xml
parent a0be437a
No related branches found
No related tags found
1 merge request!18Rmoved junit testing from pipeline
...@@ -13,10 +13,10 @@ dvcs:results: ...@@ -13,10 +13,10 @@ dvcs:results:
needs: ["dvcs:process"] needs: ["dvcs:process"]
script: script:
- pip install junitparser - pip install junitparser
- python dvcs/scripts/merge_results.py #- python dvcs/scripts/merge_results.py
artifacts: artifacts:
paths: paths:
- results - results
reports: # reports:
junit: ["results/dvcs/dvcs_report.xml"] # junit: ["results/dvcs/dvcs_report.xml"]
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment