Skip to content

Instantly share code, notes, and snippets.

@i-v-s
Last active May 14, 2020 10:21
Show Gist options
  • Save i-v-s/e487dfc821bcb5b419638a5f791996ae to your computer and use it in GitHub Desktop.
Save i-v-s/e487dfc821bcb5b419638a5f791996ae to your computer and use it in GitHub Desktop.
GitLab runner issues

1. Issue:

$ sudo gitlab-runner status
gitlab-runner: Service is not running.

Check journal:

$ journalctl -r -u gitlab-runner
FATAL: Service run failed                           error=chdir /var/lib/gitlab-runner: no such file or directory

Fix issue:

sudo mkdir /var/lib/gitlab-runner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment