GitLab Docs: CI/CD YAML syntax reference





gitlab cicd file name


In GitLab, the CI/CD pipeline configuration file is always named:



.gitlab-ci.yml







It must be placed in the root directory of your repository.





template .gitlab-ci.yml





pipeline
stages
job1:
before_script
step
script
step
...