stages: - build - deploy variables: GIT_DEPTH: 0 default: tags: - game-develop build-job: stage: build script: - echo "Compiling the code..." - echo "Compile complete." deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed."