pipeline: build: image: python:3 commands: - pip install --no-cache-dir -r requirements/base.txt - python manage.py check