From 4e1874e7d8a8d4a8313452e08ef5fa28aa01be55 Mon Sep 17 00:00:00 2001 From: jaseg Date: Sun, 6 Feb 2022 20:57:34 +0100 Subject: CI: WIP --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a92cca7..6dd8464 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,7 +22,8 @@ test:debian_10: stage: test image: "registry.gitlab.com/gerbolyze/build-containers/debian:10" script: - - "pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*'" + - pip3 install --user pytest + - ~/.local/bin/pytest -o 'testpaths=gerbonara/tests' -o 'norecursedirs=*' dependencies: - build:debian_10 artifacts: -- cgit