Windows gitlab runner stop execute job

*windows gitlab runner configured with shell. stuck on jobs. *

i am using kvm/qemu installed windows 10, and installed gitlab-runner on guest vm. all of configuration is looks fine. but when runs pipline, runner stuck on execute pipline after init git operation. not progess job anymore

and finally got a timeout error.

concurrent = 1
check_interval = 0

[session_server]
session_timeout = 1800

[[runners]]
name = “dev-win”
url = “https://gitlab.com
token = “…”
executor = “shell”
shell = “powershell”
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[runners.cache.azure]

Thanks for taking the time to be thorough in your request, it really helps! :blush: