summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 61bf005..edb06da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,13 @@ build:
when: never
- when: on_success
+ cache:
+ paths:
+ - modules
+ - tools
+ - zephyr
+ - bootloader
+
image: $CI_BUILD_IMAGE:v0.1.1
variables: