diff options
author | jaseg <git@jaseg.de> | 2022-02-06 20:57:34 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-02-06 20:57:34 +0100 |
commit | 4e1874e7d8a8d4a8313452e08ef5fa28aa01be55 (patch) | |
tree | 82076021f450a2a53e13d8f87afede30c6f7224d | |
parent | 0d21c171d30e73262a1e16e087b5af352baa192c (diff) | |
download | gerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.tar.gz gerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.tar.bz2 gerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.zip |
CI: WIPv0.9.2
-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: |