Skip to content
Snippets Groups Projects
Commit 1fcb1eeb authored by Olivier Blanvillain's avatar Olivier Blanvillain
Browse files

Update grading-gitlab-ci.yml

parent 6224e0c1
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,14 @@ compile: ...@@ -21,6 +21,14 @@ compile:
except: except:
- tags - tags
- master - master
- exercise-1
- exercise-2
- exercise-3
- exercise-4
- exercise-5
- exercise-6
- exercise-7
- exercise-8
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
...@@ -35,6 +43,14 @@ grade: ...@@ -35,6 +43,14 @@ grade:
except: except:
- tags - tags
- master - master
- exercise-1
- exercise-2
- exercise-3
- exercise-4
- exercise-5
- exercise-6
- exercise-7
- exercise-8
tags: tags:
- cs210 - cs210
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment