diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9ad80c3..679d82c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ cache: all_tests: stage: test script: + - echo $PATH - make -f test/lora32/Makefile defconfig all - npm install --unsafe-perm - npm test