pipeline: fail: image: debian:stable-slim commands: - echo "Please work now!" && false when: event: [push, tag] build_deb: image: debian:stable-slim pull: true commands: - apt update && apt install -y build-essential devscripts - make package - ls -laR .. - echo Hello when: event: [push, tag] branches: master