From cb0c84d36c52632aced2e18b5e9e18e33c7132e0 Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 21 Jun 2022 10:07:51 +0200 Subject: ci: pip install pytest for ubuntu tests --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) 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 -- cgit