before_script: - apt-get update -qy - apt-get install -y wget stages: - deploy deploy_validation: stage: deploy image: ruby:3.0.1 script: - wget --method=POST $HOOK_val 2> /dev/null 1> /dev/null only: - master