Top "Gitlab-ci-runner" questions

This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.

How do I mount a volume in a docker container in .gitlab-ci.yml?

I'm using .gitlab-ci.yml and docker as a GitLab CI runner on an Android project. At the end of the …

docker gitlab-ci-runner
Gitlab runner docker Could not resolve host

Im using 2 containers on my Ubuntu OS: Gitlab-ce and gitlab-runner Containers names are: gitlab_gitlab_1 and gitlab_gitlab-runner_1 I access …

docker gitlab-ci gitlab-ci-runner
How can I make Gitlab runner merge code into a branch on a successful build

Well the title is pretty much self-explanatory. In summary, I want a branch (i.e. dev) to be merged to …

git merge gitlab gitlab-ci-runner
GitLab CI builds remains pending

We recently started to use GitLab-CI on the gitlab.com free service. At first everything went fine, but now, seems …

gitlab gitlab-ci gitlab-ci-runner
How the gitlab-ci cache is working on docker runner? what is /cache directory? what is cache_dir?

How the gitlab-ci cache is working on docker runner? What is /cache directory? What is cache_dir? Where and how …

gitlab-ci gitlab-ci-runner
How do I enable cloning over SSH for a Gitlab runner?

I am having some trouble cloning large repositories over HTTP on my Windows Gitlab runner. I've tried several methods to …

git ssh gitlab gitlab-ci gitlab-ci-runner
Build .NET solution using GitLab CI Pipeline

I have a solution with several .NET projects in it. I use GitLab, not self-hosted, for version control and would …

.net msbuild continuous-integration gitlab gitlab-ci-runner
How to reattach a detached HEAD in GIT

(I can see there are many questions about this but I haven't found one that solves my exact problem). I'm …

git gitlab gitlab-ci gitlab-ci-runner
gitlab runner doesn`t work on a specific project

I registered 11 projects of GitLab runner. Runners of each project work fine except 1 project. First time I registered runner of …

gitlab-ci gitlab-ci-runner
Gitlab CI runner configuration with cache on docker

I can't seem to get the cache or the artifacts to carry over between jobs in gitlab CI. I suspect …

docker gitlab gitlab-ci gitlab-ci-runner