From 0de5092ebea8209380633ab2e825ef6c0190a257 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Tue, 6 Sep 2022 16:27:43 +0000
Subject: [PATCH] ci: report status without depending on summary

---
 .gitlab-ci.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6147128..64f4673d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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
-
-
-- 
GitLab