diff options
| author | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 12:53:34 -0400 |
|---|---|---|
| committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-11 12:53:34 -0400 |
| commit | bfe2e1042103c074e65a244334bafbf37b533ebd (patch) | |
| tree | 408b55525567de9f3da81d0ccd3d2ed14bd686e4 /.gitlab-ci.yml | |
| parent | 8f80858d3ab51e56bd887798fafb8309ec75e800 (diff) | |
Try being explicit about cache paths.
Diffstat (limited to '.gitlab-ci.yml')
| -rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edb06da..8f5f5da 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,10 +9,10 @@ build: cache: paths: - - modules - - tools - - zephyr - - bootloader + - $CI_BUILDS_DIR/modules + - $CI_BUILDS_DIR/tools + - $CI_BUILDS_DIR/zephyr + - $CI_BUILDS_DIR/bootloader image: $CI_BUILD_IMAGE:v0.1.1 |
