diff options
author | jaseg <git@jaseg.de> | 2022-06-21 10:12:57 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2022-06-21 10:12:57 +0200 |
commit | 2766b447fa8a768554dce8223cdbdeb2964d50ba (patch) | |
tree | 730b62ac842ec5422aeb4fd38ab42bfa25be81a7 /.gitlab-ci.yml | |
parent | cb0c84d36c52632aced2e18b5e9e18e33c7132e0 (diff) | |
download | gerbonara-2766b447fa8a768554dce8223cdbdeb2964d50ba.tar.gz gerbonara-2766b447fa8a768554dce8223cdbdeb2964d50ba.tar.bz2 gerbonara-2766b447fa8a768554dce8223cdbdeb2964d50ba.zip |
ci: fix pytest invocation on ubuntu
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |