This is GitLab Runner repository, this application run tests and sends the results to GitLab CI.
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-runnerHow do I run a .gitlab-ci.yml job only on a tagged Master branch? job: script: - echo "Do something" …
gitlab gitlab-ci gitlab-ci-runnerCurrently 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-runnerI am learning CI/CD. I have installed Gitlab And Gitlab Runner From Officicals. But whenever running the pipeline during …
continuous-integration gitlab gitlab-ci-runnerWe 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-8gitlab-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-8I 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-runnerI'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-runnerHow to change the gitlab multi runner build path. in my server it have /home/gitlab-runner/builds. I want to …
linux gitlab gitlab-ci-runnerWell, 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