From 30ae07dd40694f5c755d60e6b7b50211dfbed555 Mon Sep 17 00:00:00 2001
From: Adam Blank <blank@caltech.edu>
Date: Tue, 28 Jan 2020 11:32:58 -0800
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 99ddabf..7359f5b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,8 +1,8 @@
 static:
-      script: "/testers/cs2/lab04/static"
-C:
-      script: "/testers/cs2/lab04/C/test"
-B:
-      script: "/testers/cs2/lab04/B/test"
+    script: /testers/cs2/project03/static/test
 A:
-      script: "/testers/cs2/lab04/A/test"
+    script: /testers/cs2/project03/suite/test
+B:
+    script: /testers/cs2/project03/suite/test
+C:
+    script: /testers/cs2/project03/suite/test
\ No newline at end of file
-- 
GitLab