diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf2308c..8b05f1e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: - linux - docker script: - - env ARDUINO_SKETCHBOOK_DIR=~/rgbled arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu ~/rgbled/sketch + - env ARDUINO_SKETCHBOOK_DIR=$CI_PROJECT_DIR arduino-cli compile --debug --fqbn=esp8266:esp8266:nodemcu $CI_PROJECT_DIR/sketch