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