About 23,600 results
Open links in new tab
  1. How do I install and configure GitLab Runner on Debian 12?

    Apr 26, 2024 · Then: $ sudo usermod -aG docker gitlab-runner $ sudo nano /etc/sudoers gitlab-runner ALL=(ALL) NOPASSWD: ALL Containers and source repositories are located in …

  2. Where should you install gitlab-runner? - GitLab Forum

    Jan 31, 2024 · For example, you have a few servers with different environments like test, and prod. And you want to apply GitLab CI/CD, should you install gitlab-runner on each server or …

  3. GitLab CI/CD Runner Registration - tls: failed to verify certificate ...

    Mar 26, 2024 · GitLab CI/CD Runner Registration Certification / Verification Issue Hi all, I am looking to get started with CI/CD with GitLab for the first time. I am using a newly built server …

  4. A few questions about GitLab Runner and Docker

    Apr 9, 2024 · Hello, In the GitLab Runner documentation it was written that it should be installed on a separate server from the GitLab server. 1- Can I install it alongside the Docker server or …

  5. GitLab CI Windows runner: What is available? How to install?

    Nov 24, 2020 · Finally I have managed to use the Shared Windows runner on GitLab.com using this config file. test_windows: stage: test tags: - shared-windows script: - dir However I am not …

  6. GitLab Runner and the permission issue for Docker

    May 5, 2025 · 2- When GitLab Runner copies files to the Docker server, their permissions are gitlab-runner:gitlab-runner. This causes a permission problem for the container!

  7. Error when I installing Gitlab-runner gitlab-runner (16.2.1) on …

    Aug 7, 2023 · I getting this error when I try install gitlab-runner (16.2.1) on Debian 12 i386: dpkg -i gitlab-runner_i386.deb Selecting previously unselected package gitlab-runner.

  8. Broken gitlab-runner debian packaging - Upgrade - GitLab Forum

    Dec 20, 2024 · I expect what they could have done was put a depends to make the gitlab-runner-helper-image depend on gitlab-runner-17.7.0-1 to ensure that was installed first.

  9. Using GitLab.com-hosted Windows runners (2025)

    Apr 14, 2025 · I’m attempting to get a GitLab.com hosted running working to build a simple project under Windows. I’ve found several discussions about this, and a few examples that have …

  10. Docker executor not able to find packages installed in ... - GitLab …

    May 14, 2024 · Introduction details Hi there, I currently have a gitlab runner that uses a Docker executor to run a .gitlab-ci.yml pipeline. My current understanding is that by default, the …