pipeline: install: image: python:alpine commands: - apk add mariadb-dev - python -m pip install --upgrade pip - pip debug install -vv Pillow>=8.4.0 - pip install ".[tests]" test: image: python:alpine commands: - pytest