GitLab CI is a continuous integration server from GitLab.
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-runnerThe CI pipeline runs on every commit in my Gitlab repository at work. Is there way to disable that and …
gitlab gitlab-ciI 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-runnerI 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-8When 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-ciWe 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-ciI 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-scanI 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-runnerSo 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-ciIs 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