I'm working on adding code quality checks to GitLab. One of the steps requires making changes to config.toml
. I have a .gitlab-ci.yml
file at the root level of the project repository, and the pipeline correctly picks up this file.
Where should I define config.toml
? Should it be at the root level of the repository, or do I need to create a new folder like /etc/gitlab-runner/config.toml
?
The config.toml
file is what configures a runner. You wouldn't have one unless you're running your own gitlab-runners, in which case it would be in /etc/gitlab-runner/config.toml
on the host running the runner. More information on Gitlab Runner and running it yourself is available here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With