Top "Gitlab-ci-runner" questions

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

How to override global before_script with empty before_script in job

Is it possible to override the global before_script with an empty before_script within a job?

gitlab-ci gitlab-ci-runner
How to solve the "remote: You are not allowed to upload code." error on GitLab CI/CD job?

I am currently trying to use GitLab to run a CI/CD job that runs a Python file that makes …

python linux gitlab gitlab-ci gitlab-ci-runner
Preparation failed: Cannot connect to the Docker daemon at unix:///var/run/docker.sock

I started a docker container gitlab-ci-runner, and then register a runner using docker as executor, using node:latest as docker …

node.js docker gitlab-ci-runner
Using a private Docker Image from Gitlab Registry as the base image for CI

How should I authenticate if I want to use an image from the Gitlab Registry as a base image of …

gitlab gitlab-ci gitlab-ci-runner
[Gitlab]Where can I find Gitlab Pages hosted on my private Gitlab instance?

I tried to set up Gitlab Pages, until now I finished uploading my static website files👇 Uploading artifacts... coverage/lcov-report: …

gitlab gitlab-ci gitlab-ci-runner
Gitlabs artifact of one project used in further projects

Question What is the best way to carry artifacts (jar, class, war) among projects when using docker containers in CI …

continuous-integration gitlab gitlab-ci gitlab-ci-runner
difference between project and subgroups in gitlab

I wanted to understand what is the difference between project and subgroups in gitlab ? Please help me on understanding the …

gitlab gitlab-ci-runner gitlab-8
GitLab-CI Multi Runner php composer cache

I'm using gitlab-ci-multi-runner with docker containers. Everything is going fine, but docker containers don't keep the composer cache so in …

php docker composer-php gitlab gitlab-ci-runner
GitLab-CI: Cannot link to a non running container

I've tried to get my setup work with gitlab-ci. I have a simple gitlab-ci.yml file build_ubuntu: image: ubuntu:14.04 …

gitlab gitlab-ci gitlab-ci-runner
apt not found when I use apt in gitlab ci before_script

I use gitlab ci to build docker image and I want to install python. When I build, the following is …

docker gitlab-ci gitlab-ci-runner