diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 171ee9c2ced1c6d67c916ee1f3c97f678264cb03..cc8ef7e061bb3643451a03431c359cf9e9f75126 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -133,6 +133,7 @@ final_report:
 
 benchmarks:reconstruction:success:
   stage: status-report
+  dependencies: []
   extends: .status
   variables:
     STATE: "success"
@@ -141,6 +142,7 @@ benchmarks:reconstruction:success:
 
 benchmarks:reconstruction:failure:
   stage: status-report
+  dependencies: []
   extends: .status
   variables:
     STATE: "failure"