-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitlab-ci.yml
28 lines (26 loc) · 1.37 KB
/
.gitlab-ci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
########################################################################################################################
# #
# DO NOT EDIT THIS FILE! #
# #
# IF YOU EDIT THIS FILE, YOUR SUBMISSION WILL RECEIVE A ZERO GRADE #
# #
# #
# #
########################################################################################################################
stages:
- Grade
cache:
paths:
- "sbt-cache/.ivy/cache"
- "sbt-cache/.boot"
- "sbt-cache/.sbtboot"
- "sbt-cache/target"
grade:
stage: Grade
script:
- echo "Done."
artifacts:
paths:
- target/test-reports/TEST-*.xml
reports:
junit: target/test-reports/TEST-*.xml