image: python:3.9.5-slim before_script: - pip install -r requirements.txt latest: script: - cd src - python main.py