From 2766b447fa8a768554dce8223cdbdeb2964d50ba Mon Sep 17 00:00:00 2001 From: jaseg Date: Tue, 21 Jun 2022 10:12:57 +0200 Subject: ci: fix pytest invocation on ubuntu --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2b7a674..3f110a7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,7 +44,7 @@ test:ubuntu2004: image: "registry.gitlab.com/gerbolyze/build-containers/ubuntu:22.04" script: - python3 -m pip install pytest - - pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*' + - python3 -m pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*' dependencies: - build:archlinux cache: -- cgit