diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6d82176..f0f2776 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ test: stage: test needs: [] before_script: - - pacman -Syu --needed --noconfirm make python sequoia-sq python-pytest + - pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest script: - make test only: