Top "Gitlab-ci" questions

GitLab CI is a continuous integration server from GitLab.

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
Install Gitlab on AWS

My company has a master codebase and several instances of the same codebase i.e company.com/instance1, company.com/…

git gitlab gitlab-ci gitlab-ci-runner gitlab-omnibus
How to list the modified files?

I am using gitlab-ci to run scripts defined in .gitlab-ci.yml whenever a PR is raised. I want to get …

gitlab-ci