Skip to main content
0 votes
0 answers
24 views

How to disable headless mode for gitlab-runner on windows

I have a test suite (webdriverio) which runs in headed mode outside of gitlab-runner. Whenever I put it into my pipeline, the tests become headless. That's generally okay, but I would need sometimes ...
SlightlyKosumi's user avatar
0 votes
1 answer
86 views

Unable to create masked variable because: The value must have 8 characters

I want to set up a Git_CI_USER. I get the message “Unable to create masked variable because: The value must have 8 characters.” My GIT_CI_USER only has 7 characters. Perhaps the problem can be solved ...
Aaron's user avatar
  • 859
0 votes
0 answers
30 views

Error: Cannot connect to the Docker daemon at tcp://docker:2375. Is the docker daemon running? [duplicate]

I'm working with gitlab and gitlab-runner on openshift and my ci-cd file looks like this: image: docker:18-git stages: - ci - build - upload variables: DOCKER_HOST: tcp://docker:2375 ...
LIOR AVIV's user avatar
  • 103
-1 votes
1 answer
29 views

What is the proper way to execute compose scripts on local network via GitLab?

I currently have a docker compose script that brings up a few containers and runs them against some hardware that is installed on a local network. The software in these containers requires that ...
Ender's user avatar
  • 1,800
0 votes
0 answers
50 views

GitLab Runner with bash executor in windows failing to load bash profile

I see this error in gitlab runner job when im trying to use bash executor: Running with gitlab-runner 17.11.0 (0f67ff19) on xx-shell txxxx, system ID: 123 Resolving secrets Preparing the “shell” ...
shwetha nayak's user avatar
0 votes
0 answers
38 views

Volume mounting issues with Docker-in-Docker in GitLab Runner Kubernetes executor

Problem Summary I'm running a GitLab CI pipeline with a Kubernetes runner that uses Docker-in-Docker (privileged mode). When I try to mount a volume from the GitLab Runner's filesystem into a Docker ...
anonymous's user avatar
  • 183
1 vote
0 answers
92 views

gitlab runner error: The scheduler failed to assign job to the runner, please try again or contact system administrator

Requesting help to get my first gitlab runner going on my windows PC. I'm self hosting gitlab CE v18.1.1. I've created my runner and you can see it catching the job via the screenshot below. However, ...
user1609530's user avatar
0 votes
0 answers
87 views

GitLab Runner on Windows with Docker and ECR login helper – no basic auth credentials error

I'm running into an issue with a GitLab Runner on Windows pulling images from AWS ECR. Here’s my setup: Windows Server instance running on AWS Docker and GitLab Runner installed The runner is using ...
DamDam's user avatar
  • 189
0 votes
0 answers
42 views

Ultra-Fast Angular CI: Persistent, Local node_modules Cache on Self-Hosted Runner

so I'm having a bit of a headache with my CI setup. I've got my GitLab runner running right here on my own machine, you know, locally. The main thing is, I want my node_modules to be super, super fast....
FanLife's user avatar
  • 19
-3 votes
1 answer
140 views

glab release create fails: cannot unmarshal upload.ReleaseAsset

I am trying to fix a GitLab runner that creates releases with glab release create, but it is failing. Within .gitlab-ci.yml: glab release create $CI_COMMIT_TAG --assets-links "{\"name\":...
Nippey's user avatar
  • 4,731
0 votes
0 answers
100 views

File Capabilities not working for self hosted podman gitlab runner

On an air-gapped network, I am setting up a podman gitlab runner which needs to run podman-in-podman to build additional containers I'll need on the network. I have created a container file to run ...
NateW's user avatar
  • 994
0 votes
0 answers
159 views

How can I use variables in (GitLab Runner Helm Chart) Value File (to avoid repetition in another deployment)?

Disclaimer: I am fairly new to Kubernetes and Helm, but not to Docker. TL;DR: I want to move GitLab Runner Helm Chart configuration values out of the original values.yaml in a home-made configuration ...
CDuv's user avatar
  • 2,300
1 vote
1 answer
616 views

GitLab CI pipeline for a uv Python project does not cache environment and dependencies

I have a GitLab runner on a Linux machine that uses the shell executor. This runner is for testing a Python project that uses uv for virtual environment and dependency management. I have the Python ...
wigging's user avatar
  • 9,246
0 votes
1 answer
88 views

Cannot connect to the Docker daemon at tcp://127.0.0.1:2375. Gitlab CI

I'm running a basic pipeline on Ubuntu WSL that runs test, build, and deploy. I've tried almost all the advice from issues and Stack Overflow. When I'm trying to run pipeline, the build stage stops ...
tonkax's user avatar
  • 1
0 votes
0 answers
26 views

How to name Gitlab runner volumes

I have a gitlab runner setup using EC2 and I have few worker nodes for the gitlab runner that are invoked when needed otherwise will be in stopped state. I want to configure the setup in a way that ...
Chaitanya Chitturi's user avatar

15 30 50 per page
1
2 3 4 5
217