image: python:3.10 .pre: script: - 'pip3 install requests' deploy: stage: deploy script: - 'python3 main.py'