Skip to content
Snippets Groups Projects
Commit 45a8e016 authored by Matt Bovel's avatar Matt Bovel
Browse files

Update grading-gitlab-ci.yml

parent 90576778
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment