diff options
-rw-r--r-- | .gitlab-ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e014d5c..0409883 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,8 +3,8 @@ build: image: zephyrprojectrtos/zephyr-build before_script: - - cd ../ - - west init zmk + - west init -l . + - west update script: - west build -b nucelo_wb55rg -- -DSHIELD=petejohanson_handwire |