11

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?

Tomáš Hübelbauer
  • 9,179
  • 14
  • 63
  • 125

1 Answers1

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