I try to create a runner but have an issue with it:
# IdeaProjects\git_ci>gitlab-runner register
Runtime platform arch=amd64 os=windows pid=8084 revision=8fa89735 version=13.6.0
- Enter the GitLab instance URL (for example, https://gitlab.com/):
#: https://gitlab.com/
- Enter the registration token:
#: Aoedt1XjyTSb8WahsyM
- Enter a description for the runner:
#: Runner11
- Enter tags for the runner (comma-separated):
#: tag1
Registering runner... succeeded runner=Adoedt1X
- Enter an executor: docker, virtualbox, docker-ssh+machine, shell, ssh, docker+machine, kubernetes, custom, docker-windows, docker-ssh, parallels:
#: shell
I try to run runner immediately after that and try to run after that I marks Run untagged jobs but anyway I have the error in the result:
I see in the error line the wrong URI, possible this is a reason, but I do not know - how and why this URI got such value:
- I spent more than 2 days and nothing help. How to correctly register/run a runner?
And the additional question - why I need several runners if one runner can execute many jobs? Why do I need to create a runner if all works fine with a "runner by default"?

