Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

gitlab runner doesn`t work on a specific project

I registered 11 projects of GitLab runner. Runners of each project work fine except 1 project. First time I registered runner of …

gitlab-ci gitlab-ci-runner
Gitlab CI runner configuration with cache on docker

I can't seem to get the cache or the artifacts to carry over between jobs in gitlab CI. I suspect …

docker gitlab gitlab-ci gitlab-ci-runner
Trigger jobs in gitlab-ci on merge request

It's posible run a job from gitlab-ci only on merge request? Now, we have a big monolitic project with heavy …

gitlab-ci gitlab-ci-runner
Gitlab CI script: exclude branches

I'm trying to improve the project building script, described in YML-file, the improvement itself seems quite trivial, but the idea …

gitlab gitlab-ci auto-build
How to avoid reinstalling dependencies for each job in Gitlab CI

I'm using Gitlab CI 8.0 with gitlab-ci-multi-runner 0.6.0. I have a .gitlab-ci.yml file similar to the following: before_script: - npm …

gitlab-ci gitlab-ci-runner
gitlab: Runner is offline, last contact was about some hours ago

recently my runners have been stopped and I don't know why? I've just upgraded nodejs on the server and it …

gitlab gitlab-ci gitlab-ci-runner
Gitlab CI - Failed to register runner

I've setup my gitlab installation from source, secured it with letsencrypt and deployed it under https://gitlab.mydomain.com. I …

continuous-integration gitlab gitlab-ci gitlab-ci-runner gitlab-8
GitLab CI Start job manually (deployment)

Is it possible to mark gitlab ci jobs to start manually? I need it for deploying application but I want …

gitlab continuous-deployment gitlab-ci continuous-delivery gitlab-ci-runner
Configure runner to run multiple jobs at the same time

When having one gitlab runner serving multiple projects, it can only run one CI pipeline while the other project pipelines …

gitlab gitlab-ci gitlab-ci-runner
./deploy.sh not working on gitlab ci

My problem is the bash script I created got this error "/bin/sh: eval: line 88: ./deploy.sh: not found" on …

bash continuous-integration gitlab gitlab-ci gitlab-ci-runner