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

Update grading-gitlab-ci.yml

parent 5417f62e
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ compile: ...@@ -23,7 +23,7 @@ compile:
- cs210 - cs210
except: except:
- tags - tags
- master - main
script: script:
- sbt packageSubmission - sbt packageSubmission
# Output of this job that needs to be stored to be reused in the grade job below # Output of this job that needs to be stored to be reused in the grade job below
...@@ -42,11 +42,7 @@ grade: ...@@ -42,11 +42,7 @@ grade:
- cs210 - cs210
image: image:
name: ${DOCKER_REPO}/grader-${CI_COMMIT_BRANCH} name: ${DOCKER_REPO}/grader-${CI_COMMIT_BRANCH}
entrypoint: [""]
allow_failure: true allow_failure: true
before_script: before_script:
- mkdir -p /shared/submission/ - mkdir -p /shared/submission/
- cp submission.jar /shared/submission/submission.jar - cp submission.jar /shared/submission/submission.jar
script:
- cd /grader
- env -i bash --noprofile --norc -c "/grader/grade ch.epfl.lamp.grading.CourseraGrading /shared"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment