From db3ef8d53fcd6e7eb6d0daae7dbc3acd0bfd9981 Mon Sep 17 00:00:00 2001
From: Wouter Deconinck <wdconinc@gmail.com>
Date: Wed, 19 Oct 2022 21:43:56 +0000
Subject: [PATCH] fix: results needs simulate

---
 benchmarks/single/config.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/benchmarks/single/config.yml b/benchmarks/single/config.yml
index 1b475a05..a9745bdc 100644
--- a/benchmarks/single/config.yml
+++ b/benchmarks/single/config.yml
@@ -21,6 +21,6 @@ single:simulate:
 
 single:results:
   stage: collect
-  needs: ["single:analyze"]
+  needs: ["single:simulate"]
   script:
     - ls -al
-- 
GitLab