test: stage: test image: docker.io/python:alpine before_script: - pip install pyflakes mypy - pip install -r requirements.txt script: - mypy accounts - pyflakes accounts tags: - macht-jbb-arm - x86_64