pytest:
    image: swepy/pytest:latest
    variables:
        PROJECT_PATH: '.'
        PYTEST_CMD: 'pytest $PROJECT_PATH'
    stage: test
    script:
        - $PYTEST_CMD