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