From 074db40ee3cac2e681056c649de6e9ad97b5dba4 Mon Sep 17 00:00:00 2001
From: Zachary Sweger <zsweger@berkeley.edu>
Date: Wed, 18 Sep 2024 17:37:29 -0700
Subject: [PATCH] Update config.yml with : after collect

---
 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 12c36452..9160b756 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:collect:
   extends: .phy_benchmark
   stage: collect
   needs:
-- 
GitLab