Loading .gitlab-ci.yml +4 −0 Original line number Diff line number Diff line default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - test Loading Loading
.gitlab-ci.yml +4 −0 Original line number Diff line number Diff line default: # by default, we want all jobs to be interruptible, and we need to configure this explicitly interruptible: true stages: - test Loading