From 66b129bae2f516537633824333b99234a04ebb48 Mon Sep 17 00:00:00 2001 From: Morgan Allen Date: Sat, 28 Jul 2018 15:08:14 -0700 Subject: [PATCH] debug testing --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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