GitLab CI is a continuous integration server from GitLab.
GitLab CI integrates with your GitLab instance to build the projects and run tests on top. GitLab CI supports the Linux operating system.
GitLab CI pipelines are defined by a .gitlab-ci.yml
file placed inside the project directory. For details on writing a .gitlab-ci.yml
file visit https://docs.gitlab.com/ee/ci/yaml/.
More information is in https://about.gitlab.com/features/gitlab-ci-cd/.