diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 109316e..70d1ef4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -24,7 +24,7 @@ test: stage: test needs: [] before_script: - - pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pytest python-tomli + - pacman -Syu --needed --noconfirm make python sequoia-sq python-coverage python-pysequoia python-pytest python-tomli script: - make test only: