I have problems with GitLab CI. I followed the official guide: https://github.com/gitlabhq/gitlab-ci/blob/master/doc/installation.md
Everything was fine, no mistakes anywhere. I also followed Runner-Setup. Everything is good.
But...
When I add a runner to a project and then try to build nothing, it happens. Maybe I didnβt quite understand something, or some of my configs are wrong. I am completely new to GitLab CI, but I like it and I want to learn new things.
I would be very happy if someone could help me.
Thanks!



MORE UPDATE: Just realized that:
~/gitlab-runners/gitlab-ci-runner$ bin/runner
Starting the runner process manually solves the problem, but if I look at gitlab-ci-runner in /etc/init.d β, it works!?!
~/gitlab-runners/gitlab-ci-runner$ sudo /etc/init.d/gitlab-ci-runner start Number of registered runners in PID file=1 Number of running runners=0 Error! GitLab CI runner(s) (gitlab-ci-runner) appear to be running already! Try stopping them first. Exiting. ~/gitlab-runners/gitlab-ci-runner$ sudo /etc/init.d/gitlab-ci-runner stop Number of registered runners in PID file=1 Number of running runners=0 WARNING: Numbers of registered runners don't match number of running runners. Will try to stop them all Registered runners=1 Running runners=0 Trying to stop registered runners...kill: No such process OK Trying to kill ghost runners...OK
What is wrong here? Am I not in power or do not see a problem ?!
gitlab build continuous-integration deployment project
x4k3p
source share