From 45a8e01638be9c261b9a423911f963b3eccc0537 Mon Sep 17 00:00:00 2001 From: Matt Bovel <matthieu.bovel@epfl.ch> Date: Fri, 18 Feb 2022 15:57:01 +0000 Subject: [PATCH] Update grading-gitlab-ci.yml --- 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 13f2767..a1a0b1d 100644 --- a/grading-gitlab-ci.yml +++ b/grading-gitlab-ci.yml @@ -15,7 +15,7 @@ stages: compile: stage: build timeout: 15m - image: lampepfl/moocs:cs206-2021-02-22 + image: lampepfl2022/cs206:compile tags: - cs210 except: @@ -54,7 +54,7 @@ grade: tags: - cs210 image: - name: lampepfl/moocs:cs206-2021-${CI_COMMIT_BRANCH} + name: lampepfl2022/cs206:grader-${CI_COMMIT_BRANCH} entrypoint: [""] allow_failure: true before_script: -- GitLab