diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index efecdde..dad0625 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ test:debian: test:archlinux: stage: test script: - - pacman -Syu python-setuptools python-pip python3-mock --noconfirm + - pacman -Syu python-setuptools python-pip --noconfirm - python setup.py test tags: - archlinux