aboutsummaryrefslogtreecommitdiffstats
path: root/testing/gitlab-runner/gitlab-runner.confd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/gitlab-runner/gitlab-runner.confd')
-rw-r--r--testing/gitlab-runner/gitlab-runner.confd7
1 files changed, 7 insertions, 0 deletions
diff --git a/testing/gitlab-runner/gitlab-runner.confd b/testing/gitlab-runner/gitlab-runner.confd
new file mode 100644
index 00000000000..98c3f285de2
--- /dev/null
+++ b/testing/gitlab-runner/gitlab-runner.confd
@@ -0,0 +1,7 @@
+# Extra options passed to 'gitlab-runner run'
+GITLAB_RUNNER_OPTS="--config /etc/gitlab-runner/config.toml --working-directory /var/lib/gitlab-runner --service gitlab-runner"
+
+# Change to root if you want to run a system instance instead of a user one
+GITLAB_RUNNER_USER="gitlab-runner"
+# Same as above
+GITLAB_RUNNER_GROUP="gitlab-runner"