From 375c22ecdbc80d6e757e63e41253e58e0de450dd Mon Sep 17 00:00:00 2001 From: Marek Fiala Date: Tue, 30 Jan 2024 16:59:46 +0100 Subject: [PATCH] feat(tools): Update Windows runners tags --- .gitlab/ci/test-win.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab/ci/test-win.yml b/.gitlab/ci/test-win.yml index 5c33b89c34..1cb21f6d2b 100644 --- a/.gitlab/ci/test-win.yml +++ b/.gitlab/ci/test-win.yml @@ -4,7 +4,7 @@ stage: host_test image: $ESP_ENV_IMAGE tags: - - windows-target + - windows-build dependencies: # set dependencies to null to avoid missing artifacts issue # run host_test jobs immediately, only after upload cache needs: @@ -81,7 +81,7 @@ pytest_build_system_win: - .rules:labels:windows_pytest_build_system needs: [] tags: - - windows-target + - windows-build artifacts: paths: - XUNIT_RESULT.xml