Skip to content

Commit 8863345

Browse files
change GPU cache
1 parent ef902f3 commit 8863345

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,13 @@ variables:
55
JULIA_NUM_THREADS: '8'
66

77
cache:
8+
key: ${CI_JOB_NAME}
89
paths:
9-
- .julia/
10+
- downloads
11+
- deps/usr/downloads
12+
- julia/deps/srccache
13+
- .julia/packages/**/deps/usr/downloads
14+
- .julia/artifacts
1015

1116
stages:
1217
- build

0 commit comments

Comments
 (0)