Gitlab - mwicat/personal GitHub Wiki

Disable job in stage

test:
  when: manual

or

test:
  script: 'true'

or

test:
  allow_failure: true