diff options
-rw-r--r-- | .gitlab-ci.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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: |