From de23b129bbc1306898a716d70cd87dc192c58c88 Mon Sep 17 00:00:00 2001
From: Zachary Sweger <zsweger@berkeley.edu>
Date: Wed, 18 Sep 2024 17:42:06 -0700
Subject: [PATCH] Update config.yml collect->results

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

diff --git a/benchmarks/your_benchmark/config.yml b/benchmarks/your_benchmark/config.yml
index 9160b756..0fc3b6bd 100644
--- a/benchmarks/your_benchmark/config.yml
+++ b/benchmarks/your_benchmark/config.yml
@@ -32,7 +32,7 @@ your_benchmark:analyze:
     - echo "I will analyze events here!"
     - echo "This step requires that the reconstruct step be completed"
 
-your_benchmark:collect:
+your_benchmark:results:
   extends: .phy_benchmark
   stage: collect
   needs:
-- 
GitLab