From 15fba9ffa5593d62fac9288c526c6225cea57488 Mon Sep 17 00:00:00 2001 From: Adam Blank <blank@caltech.edu> Date: Tue, 18 Feb 2020 11:29:16 -0800 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 87e7eef..f0c96b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,6 @@ static: - script: "/testers/cs2/lab06/static" -B: - script: "/testers/cs2/lab06/B/test" + script: /testers/cs2/lab05/static/test A: - script: "/testers/cs2/lab06/A/test" + script: /testers/cs2/lab05/suite/test +B: + script: /testers/cs2/lab05/suite/test \ No newline at end of file -- GitLab