diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index edb06da6..8f5f5da5 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