From ac220d2ddb8576b0442919e365a6279d0fdfdf43 Mon Sep 17 00:00:00 2001 From: Severin Landwein <Severin.Landwein@th-koeln.de> Date: Tue, 31 May 2022 13:45:10 +0200 Subject: [PATCH] . --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 39d5bd7..856b0f7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,5 +19,5 @@ test1: script: - arduino-cli compile --fqbn arduino:avr:uno examples/unittest/ - arduino-cli upload --fqbn arduino:avr:uno -p /dev/ttyUSB0 examples/unittest - - arduino-cli monitor -p /dev/ttyUSB0 - - sleep 1m \ No newline at end of file + #- arduino-cli monitor -p /dev/ttyUSB0 + - sleep 15m \ No newline at end of file -- GitLab