root@glr:/etc/gitlab-runner# cat config.toml
concurrent = 30
check_interval = 5
[session_server]
session_timeout = 300
[[runners]]
name = "name123"
url = "
https://gitlab.com/"
token = "123123123123123"
executor = "shell"
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[[runners]]
name = "name123"
url = "
https://gitlab.com/"
token = "123123123123123"
executor = "ssh"
[runners.custom_build_dir]
[runners.cache]
[runners.cache.s3]
[runners.cache.gcs]
[runners.ssh]
user = "glruser"
host = "
1.2.3.4"
port = "22"
identity_file = "/home/gitlab-runner/.ssh/gitlab_rsa"
и еще много однотипного с executor = "ssh"