Use CI_PROJECT_DIR properly.
This commit is contained in:
parent
ba019c52a4
commit
f693db30ce
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue