Top "Gitlab-ci-runner" questions

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

Windows GitLab CI Runner using Bash

I'm trying to use bash as the shell on Windows for a GitLab CI Runner. concurrent = 1 check_interval = 0 [[runners]] name = "…

windows bash gitlab-ci gitlab-ci-runner
Gitlab CI/CD job's log exceeded limit

When I run my job on Gitlab CI/CD, after a while I obtain the following error message: Job's log …

gitlab gitlab-ci gitlab-ci-runner
GitLab CI preserve environment between build stages

I am working on a python project and using miniconda to manage my environment. I am using GitLab for CI …

gitlab gitlab-ci gitlab-ci-runner
What is gitlab runner

I think I'm fundamentally missing something. I'm new to CI/CD and trying to set up my first pipeline ever …

gitlab devops gitlab-ci-runner
How can I let the gitlab-ci-runner DinD image cache intermediate images?

I have a Dockerfile that starts with installing the texlive-full package, which is huge and takes a long time. If …

docker gitlab gitlab-ci gitlab-ci-runner
How to access variables in gitlab-ci.yml using gitlab-ci-multi-runner on windows

I can't find out how to access variables in a build-script provided by the gitlab-ci.yml-file. I have tried to …

gitlab gitlab-ci gitlab-ci-runner
GitLab: Is it possible to run pipeline on a specific runner?

Is it possible to run a pipeline on a specific runner? (not using tags) Is it feasible to use environments, …

gitlab gitlab-ci gitlab-ci-runner gitlab-api
Gitlab CI Build failed gitlab-runner-prebuilt.tar.xz: no such file or directory

I just installed Gitlab Runner on my dev machine (Ubuntu 17.10) for testing. When I run the runner I got: $: sudo …

gitlab gitlab-ci gitlab-ci-runner
How do you push to a gitlab repo using a gitlab-ci job?

I am new to GitLab CI/CD jobs, but I'm trying to set up a Python script that when pushed …

git python-2.7 gitlab gitlab-ci gitlab-ci-runner
GitLab pull submodules inside CI

I have a GitLab project that utilises GitLab CI. The project also uses submodules, both the project and it's submodules …

gitlab git-submodules gitlab-ci gitlab-ci-runner