This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.
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-runnerIm 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-runnerWell 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-runnerWe 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-runnerHow the gitlab-ci cache is working on docker runner? What is /cache directory? What is cache_dir? Where and how …
gitlab-ci gitlab-ci-runnerI 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-runnerI 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(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-runnerI 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-runnerI 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