From a1f3f29347267413cc226261b659b6efbb8d07f4 Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Sat, 25 Mar 2023 15:10:55 +0000 Subject: [PATCH] fix(ci): wrong opensuse image. --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 89672f29a..5718b9487 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -135,9 +135,9 @@ preprocess-ubuntu: preprocess-opensuse: stage: preprocess - image: opensuse + image: opensuse/tumbleweed script: - - zypper install apparmor-profiles go git rsync lsb-release + - zypper install -y apparmor-profiles go git rsync lsb-release - ./configure --complain - make - make install