ci: pip install pytest for ubuntu tests

This commit is contained in:
jaseg 2022-06-21 10:07:51 +02:00
parent 99eec1e092
commit cb0c84d36c

View file

@ -43,6 +43,7 @@ test:ubuntu2004:
stage: test
image: "registry.gitlab.com/gerbolyze/build-containers/ubuntu:22.04"
script:
- python3 -m pip install pytest
- pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'
dependencies:
- build:archlinux