What is .gitlab-ci.yml?
It is script that describes which CI (= Continuous Integration) jobs should be run. They should be designed in a way that they can merged into any branch.
See https://docs.gitlab.com/ee/ci/yaml/
It is script that describes which CI (= Continuous Integration) jobs should be run. They should be designed in a way that they can merged into any branch.
See https://docs.gitlab.com/ee/ci/yaml/