Loading .gitlab-ci.yml +2 −1 Original line number Diff line number Diff line stages: - build # section name of the CI pipeline - test # other section executed AFTER 'build' build_job: stage: build # section where to run the job Loading Loading
.gitlab-ci.yml +2 −1 Original line number Diff line number Diff line stages: - build # section name of the CI pipeline - test # other section executed AFTER 'build' build_job: stage: build # section where to run the job Loading