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