pipeline: backend: image: python commands: - pip install virtualenv - virtualenv venv - . ./venv/bin/activate && pip install -r requirements.txt