Top "Gitlab-ci-runner" questions

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

Multiline YAML string for GitLab CI (.gitlab-ci.yml)

I'm trying to write a gitlab-ci.yml file which uses a multi-line string for the command. However, it seems like …

yaml gitlab-ci gitlab-ci-runner
How to run a gitlab-ci.yml job only on a tagged branch?

How do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …

gitlab gitlab-ci gitlab-ci-runner
Change Gitlab CI Runner user

Currently when I start a build in GitlabCI it is running under gitlab-runner user. I want to change it the …

gitlab gitlab-ci gitlab-ci-runner
This job is stuck, because the project doesn't have any runners online assigned to it. Go to Runners page

I am learning CI/CD. I have installed Gitlab And Gitlab Runner From Officicals. But whenever running the pipeline during …

continuous-integration gitlab gitlab-ci-runner
How to enable maven artifact caching for gitlab ci runner?

We use gitlab ci with shared runners to do our continuous integration. For each build, the runner downloads tons of …

maven gitlab-ci gitlab-ci-runner gitlab-8
Gitlab-CI runner: ignore self-signed certificate

gitlab-ci-multi-runner register gave me couldn't execute POST against https://xxxx/ci/api/v1/runners/register.json: Post https://xxxx/ci/…

go gitlab gitlab-ci gitlab-ci-runner gitlab-8
Getting GitLab CI to clone private repositories

I have GitLab & GitLab CI set up to host and test some of my private repos. For my composer …

ssh continuous-integration gitlab gitlab-ci gitlab-ci-runner
gitlab 8.2.1, How to use cache in .gitlab-ci.yml

I'm trying to use 'cache' in .gitlab-ci.yml (http://doc.gitlab.com/ce/ci/yaml/README.html#cache). My gitlab …

gitlab gitlab-ci gitlab-ci-runner
how to change gitlab-ci runner build path

How to change the gitlab multi runner build path. in my server it have /home/gitlab-runner/builds. I want to …

linux gitlab gitlab-ci-runner
How to run multiple gitlab-ci-runners?

Well, very basic question but I just didn't find (good) documentation; here we go: Can I setup/run several runners …

gitlab-ci gitlab-ci-runner