From f693db30ce7a7f3d2ab2a7466f685a3d6e6c6207 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Mon, 11 May 2020 11:02:18 -0400 Subject: [PATCH] Use CI_PROJECT_DIR properly. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f7a5965f..43167eb3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,7 @@ build: image: $CI_BUILD_IMAGE variables: - GIT_CLONE_PATH: $CI_BUILD_DIR/zmk + GIT_CLONE_PATH: $CI_PROJECT_DIR/zmk before_script: - west init -l .