GitLab Runner on Uberspace
23.09.2017: Updated instructions for 10.0.x release of GitLab Runner. This post describes how to setup gitlab-runner on an Uberspace using the shell executor. Download gitlab-runner-linux-amd64 Download the Runner binary into the ~/bin directory and make it executable: $ mkdir ~/bin $ cd ~/bin $ wget https://gitlab-runner-downloads.s3.amazonaws.com/latest/binaries/gitlab-runner-linux-amd64 $ chmod +x gitlab-runner-linux-amd64 Create a working directory for the Runner: $ mkdir ~/gitlab-ci Get configuration details for the Runner In your GitLab project navigate to Settings > CI/CD Pipelines. Find the URL for the runner setup and the registration token as shown in the picture below: ...