stages: - deploy deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed."