From 17ad8730ee1d59c5e19f07badd424a4ff54aabc1 Mon Sep 17 00:00:00 2001
From: Rodrigo Raya <rodrigo.raya@epfl.ch>
Date: Tue, 28 Sep 2021 14:49:01 +0000
Subject: [PATCH] Update grading-gitlab-ci.yml to use tag cs320 so that jobs in
 sandbox can progress.

---
 grading-gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/grading-gitlab-ci.yml b/grading-gitlab-ci.yml
index 4a0206d..c7abe8d 100644
--- a/grading-gitlab-ci.yml
+++ b/grading-gitlab-ci.yml
@@ -17,7 +17,7 @@ compile:
   timeout: 15m
   image: lampepfl/moocs:2021-09-20
   tags:
-    - cs210
+    - cs320
   except:
     - tags
     - master
@@ -52,7 +52,7 @@ grade:
     - exercise-7
     - exercise-8
   tags:
-    - cs210
+    - cs320
   image:
     name: lampepfl/moocs:cs210-2021-${CI_COMMIT_BRANCH}
     entrypoint: [""]
-- 
GitLab