From a59b720f3f33f2ccdf240fdc32933551bf340f85 Mon Sep 17 00:00:00 2001 From: Oscar Krause Date: Thu, 29 Dec 2022 10:40:34 +0100 Subject: [PATCH] fixes --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a137dee..fb33db3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -147,7 +147,7 @@ test:archlinux: artifacts: true script: - pacman -Sy - - pacman -U --noconfirm *.pkg.tar.zs + - pacman -U --noconfirm *.pkg.tar.zst deploy:docker: stage: deploy