Use CI_PROJECT_DIR properly.

This commit is contained in:
Pete Johanson 2020-05-11 11:02:18 -04:00
parent ba019c52a4
commit f693db30ce
1 changed files with 1 additions and 1 deletions

View File

@ -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 .