summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorjaseg <git@jaseg.de>2022-02-06 20:57:34 +0100
committerjaseg <git@jaseg.de>2022-02-06 20:57:34 +0100
commit4e1874e7d8a8d4a8313452e08ef5fa28aa01be55 (patch)
tree82076021f450a2a53e13d8f87afede30c6f7224d /.gitlab-ci.yml
parent0d21c171d30e73262a1e16e087b5af352baa192c (diff)
downloadgerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.tar.gz
gerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.tar.bz2
gerbonara-4e1874e7d8a8d4a8313452e08ef5fa28aa01be55.zip
CI: WIPv0.9.2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
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: