Manual interaction



examples/pipelines/manual-interaction/.gitlab-ci.yml
build:
    stage: build
    script: echo Build

test:
    stage: test
    script: echo Test

deploy:
    stage: deploy
    when: manual
    script: echo Deploy