add src path to pio script test for gitlab CI

This commit is contained in:
Aurélien Gauthier 2025-12-10 11:21:56 +01:00
parent 3d337cb580
commit 378c5f5158

View file

@ -31,4 +31,4 @@ pio_test:
- pip install -U platformio - pip install -U platformio
script: script:
- "pio ci --lib='.' --board=$ARDUINO_ENV" - "pio ci --lib='.' --board=$ARDUINO_ENV test"