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

ci: report status without depending on summary

parent 3ebe49de
No related branches found
No related tags found
1 merge request!266ci: report status without depending on summary
......@@ -124,8 +124,6 @@ final_report:
benchmarks:reconstruction:success:
stage: status-report
needs:
- ["final_report"]
extends: .status
variables:
STATE: "success"
......@@ -134,12 +132,8 @@ benchmarks:reconstruction:success:
benchmarks:reconstruction:failure:
stage: status-report
needs:
- ["final_report"]
extends: .status
variables:
STATE: "failure"
DESCRIPTION: "The reconstruction benchmarks failed!"
when: on_failure
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