From 04f9173233bf8a348f12beb60309d69a36c6042f Mon Sep 17 00:00:00 2001 From: InsanePrawn Date: Mon, 31 Oct 2022 17:55:20 +0100 Subject: [PATCH] .gitlab-ci.yml: pytest: install rsync and arch-install-scripts for cmd_build() --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1aa33b4..cfd3bdf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,7 @@ pytest: stage: check image: archlinux before_script: - - pacman -Sy --noconfirm --needed archlinux-keyring && pacman -Su --noconfirm python python-pip sudo git base-devel + - pacman -Sy --noconfirm --needed archlinux-keyring && pacman -Su --noconfirm python python-pip sudo git base-devel arch-install-scripts rsync - pip install -r test_requirements.txt -r requirements.txt - 'echo "kupfer ALL = (ALL) NOPASSWD: ALL" > /etc/sudoers.d/kupfer_all' - useradd -m kupfer