Here's how I set up gitlab-runner
for a non-root user inside a Vagrant VM (should work for non-VM machines as well):
- Check to see if the process is running for the existing user:
ps aux | grep gitlab
- If the process is running, it will look something like this after you run the previous command:
/usr/bin/gitlab-runner run --config /etc/gitlab/runner/config.toml --service gitlab-runner