ci: pip install pytest for ubuntu tests
This commit is contained in:
parent
99eec1e092
commit
cb0c84d36c
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue