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