From 7c166845ae5fa9466dd8f622ce3eafb4a725841e Mon Sep 17 00:00:00 2001
From: Ari Trachtenberg <trachten@bu.edu>
Date: Fri, 6 Sep 2024 15:39:02 -0400
Subject: [PATCH] trying to fix the yml file

---
 ci_cd/labm1.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ci_cd/labm1.yml b/ci_cd/labm1.yml
index 1a94961..139c198 100644
--- a/ci_cd/labm1.yml
+++ b/ci_cd/labm1.yml
@@ -3,9 +3,9 @@ stages:
 
 .only_run_if_lab0_available: &common_rules
   rules:
-    exists:
+    - exists:
       - lab-1.cpp
-    changes:
+    - changes:
       - lab-1.cpp
 
 ### Lab -1
-- 
GitLab