after_script
There should be a possibility to fail the after_script if it fails.
build: script: - exit 0 after_script: - exit 1
build passes
build
build should fail