Multiple instance s of gitlab shell runner

Hi,
I have dedicated machine for CI and I setup and configured shell ci-gitlab-runner as gitlab-runner user. This is great!

user1@machine1:~$ sudo gitlab-ci-multi-runner status
gitlab-runner: Service is running!
user1@machine1:~$ sudo gitlab-ci-multi-runner list
Listing configured runners                          ConfigFile=/etc/gitlab-runner/config.toml
machine1                                           Executor=shell Token=.................................. URL=https://gitlab1.ext.net.company1.com/ci

But can I register another runner (type of shell as well) with different configuration. Do I need another user or new machine?

I have two other projects to configure for CI.

Hi @emcek
Did you find any way to register multiple gitlab runners on single windows machine?

no, i didn’t