Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

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
Disable pipeline for every commit in Gitlab and only run it on open merge request

The CI pipeline runs on every commit in my Gitlab repository at work. Is there way to disable that and …

gitlab gitlab-ci
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
GitLab: How to disable automatic startup?

I have not found a way to disable the automatic startup and it ends up using too much RAM when …

debian gitlab gitlab-ci gitlab-omnibus gitlab-8
Gitlab CI runner not able to expose ports of nested Docker containers

When using GitLab CI, as well as the gitlab-ci-multi-runner, I'm unable to get internally-started Docker containers to expose their ports …

docker gitlab docker-compose gitlab-ci
Share gitlab-ci.yml between projects

We are thinking to move our ci from jenkins to gitlab. We have several projects that have the same build …

jenkins shared-libraries jenkins-pipeline pipeline gitlab-ci
SonarQube: Typescript module not found

I am using SonarQube to analyze a Typescript project. Analysis runs in a Gitlab pipeline stage, using a docker image …

typescript docker sonarqube gitlab-ci sonarqube-scan
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
How do I add a .env file in gitlab ci during deployment stage?

So I have a react/typescript app in my repo that I'm working on and in my repo I have …

google-app-engine google-cloud-platform gitlab gitlab-ci
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