diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9201265..fc03c5a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,7 +13,7 @@ inocode: - /arduino-nightly/arduino --pref "boardsmanager.additional.urls=${ESPURL}" - /arduino-nightly/arduino --install-boards "${INSTBOARD}" script: - - cd "${CI_PROJECT_DIR}" + - cd "${CI_PROJECT_DIR}/arduino" - cp "mqttfastledmenu.example.h" "mqttfastledmenu.h" - /arduino-nightly/arduino --install-library "FastLED" - /arduino-nightly/arduino --install-library "PubSubClient" @@ -24,5 +24,5 @@ yaml: before_script: - pip install "PyYAML" script: - - cd "${CI_PROJECT_DIR}" - - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)" \ No newline at end of file + - cd "${CI_PROJECT_DIR}/home-assistant" + - python -c "from yaml import load, Loader; load(open('ha_configuration.yml'), Loader=Loader)"