diff --git a/.gitlab/ci/test.yml b/.gitlab/ci/test.yml index a7333a5ce9..4a27cd57f0 100644 --- a/.gitlab/ci/test.yml +++ b/.gitlab/ci/test.yml @@ -601,10 +601,7 @@ tests_win_simple_esp32: script: - $ARCHIVE_NAME=$(cat "$DIST_ART_DIR/dist_name_$PLATFORM_NAME") - Expand-Archive -DestinationPath . "$DIST_ART_DIR/$ARCHIVE_NAME" - - $OPENOCD_SCRIPTS="$PWD\openocd-esp32\share\openocd\scripts" - .\openocd-esp32\bin\openocd --version - - echo $OPENOCD_SCRIPTS - - .\openocd-esp32\bin\openocd.exe -f board\esp32-ethernet-kit-3.3v.cfg -c "init; reset halt; sleep 5; exit" tests_macos_simple_esp32: stage: test_host