Skip to content
Snippets Groups Projects
Commit 789ea7da authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

Update .gitlab-ci.yml

parent ac392626
Branches
No related tags found
1 merge request!213test: write a html file as artifact
......@@ -124,7 +124,7 @@ summary:
- "backgrounds:results"
script:
- collect_benchmarks.py
- echo "<html><head>Summary</head><body><p>$(cat results/dis.json)</p><img src=\"dis/10on100/minQ2=1/Q2_correlation_DA_dis_10x100_minQ2=1.png\"/></body></html>" >> results/index.html
- echo "<html><head>Summary</head><body><p>$(cat results/dis.json)</p><img src=\"dis/10on100/minQ2=1/Q2_correlation_DA_dis_10x100_minQ2=1.png\"/></body></html>" >> public/index.html
artifacts:
paths:
- results/*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment