Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of -1
0 answers
32 views

I have recently configured GitLab Runner to deploy on AWS using the Docker Autoscaler executor. The setup consists of a Manager instance that polls GitLab for jobs and spawns worker instances on ...
Score of 0
0 answers
39 views

Here is the scenario: I'm trying to run a multi-container job, in such a way that one container can communicate with other. For a gitlab-runner using docker-executor, I'm able to achieve the ...
Score of 0
1 answer
111 views

I have .gitlab-ci.yml defined as: include: '/templates/create-library.yml' stages: - build - test - deploy The /templates/create-library.yml file has: include: - template: Jobs/SAST.gitlab-...
Score of 0
1 answer
57 views

Currently learning how to use GitLab CI, inspired from the documentation we can find here and here, I ran into an error. With the following steps/step.yml file located in a gitlab.com/namespace/zero-...
Score of 0
1 answer
67 views

Currently learning how to use GitLab CI, inspired from the documentation we can find here and here, I ran into an error. With the following steps/step.yml file located in a gitlab.com/namespace/zero-...
Score of 1
3 answers
115 views

I'm running a script with hundreds of git clone https://gitlab.com/... commands, where most of the Git URLs are actually invalid (related to old Github migrations). I know they don't exist, and I don'...
Score of 1
1 answer
121 views

I'm not sure whether this is an appropriate place to ask this. Please feel free to redirect me if it's not. I'm trying to push a few commits to a remote Gitlab repository that I use all the time. But ...
Score of 2
1 answer
81 views

With Renovate, I want to group the stylelint package update with its related coding standard dependencies in order to avoid circular dependencies resolution conflicts across the separated merge ...
Score of 0
1 answer
94 views

I developed a GitLab CI/CD pipeline, and in a job, I call a downstream pipeline to execute a job. In this downstream pipeline, I pass two variables; the first one is correctly executed, but not the ...
Advice
0 votes
1 replies
99 views

Context I'm creating a multi-repository and multi-programming language project. Named beaufort in my Gitlab, it has sub modules projects (having wind names). Each one dedicated to a different language....
Score of 1
1 answer
137 views

When repositories include jobs from other repositories it happens often that not all needed variables are set, therefore they should be set in the job rules. E.g. workflow: rules: - if: $VAR == ...
Best practices
0 votes
3 replies
82 views

I have a project to build requiring Java, C++, Python and Angular for its beginning. I've chosen to build a multi-repository project (on Gitlab) rather than a mono-repository one. But I'm wondering: ...
Score of 0
1 answer
102 views

In a self-hosted GitLab Community Edition v18.10.1, I execute some jobs that produce color output in their log. (The debian slim docker container that produces the log uses TERM="xterm-256color&...
Score of 0
0 answers
73 views

I use a GitLab CI/CD pipeline and I develop a new job to include a custom component developped by another team in my company. Inside the .gitlab-ci.yml file, there is an include of the same file 3 ...
Best practices
0 votes
1 replies
111 views

Looking for information on this and can't seem to find it anywhere in the GitLab docs. I'm currently setting up a scenario where our team will ultimately have our GitLab runners setup to handle ...

15 30 50 per page
1
2 3 4 5
1221