diff options
author | jaseg <git@jaseg.de> | 2022-06-21 10:07:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-21 10:07:51 +0200 |
commit | cb0c84d36c52632aced2e18b5e9e18e33c7132e0 (patch) | |
tree | 5e5e72d8f149b7e6004ef255a14dc7d7355b44e7 /.gitlab-ci.yml | |
parent | 99eec1e09204b297fc7c28ba790af79cc48dea70 (diff) | |
download | gerbonara-cb0c84d36c52632aced2e18b5e9e18e33c7132e0.tar.gz gerbonara-cb0c84d36c52632aced2e18b5e9e18e33c7132e0.tar.bz2 gerbonara-cb0c84d36c52632aced2e18b5e9e18e33c7132e0.zip |
ci: pip install pytest for ubuntu tests
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 342b5f4..2b7a674 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 |