fix: Fix gitlab-ci caching
This commit is contained in:
parent
966ca66345
commit
44242e0b3b
1 changed files with 1 additions and 4 deletions
|
@ -18,6 +18,7 @@ variables:
|
||||||
.test_template: &test_template
|
.test_template: &test_template
|
||||||
stage: test
|
stage: test
|
||||||
cache:
|
cache:
|
||||||
|
key: $CI_JOB_NAME
|
||||||
paths:
|
paths:
|
||||||
- _build/
|
- _build/
|
||||||
- deps/
|
- deps/
|
||||||
|
@ -42,10 +43,6 @@ build_image_for_commit:
|
||||||
image: "docker:20.10"
|
image: "docker:20.10"
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
cache:
|
|
||||||
paths:
|
|
||||||
- _build/
|
|
||||||
- deps/
|
|
||||||
services:
|
services:
|
||||||
- name: docker:20.10-dind
|
- name: docker:20.10-dind
|
||||||
before_script:
|
before_script:
|
||||||
|
|
Loading…
Reference in a new issue