I am reading through GitLab CI Multirunner documentation where it walks one through how to set up a GitLab CI Multirunner executor, but I can't seem to find anything about changing the executor once initially set, either in the docs or searching online. Is this supported?
Asked
Active
Viewed 1.0k times
1 Answers
18
The configuration is written to /etc/gitlab-runner/config.toml
which you can edit with your favourite editor, after which you need to reload or restart the runner service.
Here's documentation for the GitLab Runner config.toml
file.

marcolz
- 2,880
- 2
- 23
- 28