image: 'python:3' stages: - deploy deploy-job: stage: deploy script: - echo "Deploying application..." - echo "Application successfully deployed." - git clone --depth 1 https://gitlab.com/kdam0/vps.git - cd vps - ls -al