From 7aafac165ff436545f3ee61b28e2f4921372e64a Mon Sep 17 00:00:00 2001
From: Ari Trachtenberg <trachten@bu.edu>
Date: Mon, 2 Sep 2024 03:32:02 +0000
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9f23c05..e64e094 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,8 +10,6 @@ prebuild_m1:
     - |
       if [ ! -f 'lab-1.cpp' ]; then
         echo "ERROR - could not find file lab-1.cpp";
-        echo -e 'lab-1.cpp';
-        echo -f 'lab-1.cpp';
         exit 1;
       fi
   tags: [shell]
-- 
GitLab