# DO NOT EDIT THIS FILE stages: - build - grade compile: stage: build image: lampepfl/moocs:dotty-2020-02-12 except: - tags tags: - cs206 script: - sbt packageSubmission artifacts: expire_in: 1 day paths: - submission.jar grade: stage: grade except: - tags tags: - cs206 image: name: smarter3/moocs:reactive-actorbintree-2020-04-15 entrypoint: [""] allow_failure: true before_script: - mkdir -p /shared/submission/ - cp submission.jar /shared/submission/submission.jar script: - cd /grader - /grader/grade | /grader/feedback-printer