From 378c5f51589766fcba2f32465e6cbbc93a34438e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Gauthier?= Date: Wed, 10 Dec 2025 11:21:56 +0100 Subject: [PATCH] add src path to pio script test for gitlab CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f856d1..0135a0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,4 +31,4 @@ pio_test: - pip install -U platformio script: - - "pio ci --lib='.' --board=$ARDUINO_ENV" \ No newline at end of file + - "pio ci --lib='.' --board=$ARDUINO_ENV test" \ No newline at end of file