summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 642a156..1cbf1d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,9 @@ Checkout:
35 artifacts: 35 artifacts:
36 paths: 36 paths:
37 - updater-repo 37 - updater-repo
38 cache:
39 paths:
40 - updater-repo
38 script: 41 script:
39 - ./scripts/ci/checkout-oe.sh 42 - ./scripts/ci/checkout-oe.sh
40 43