fix(ci): wrong opensuse image.

This commit is contained in:
Alexandre Pujol 2023-03-25 15:10:55 +00:00
parent 9978734d7e
commit a1f3f29347
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -135,9 +135,9 @@ preprocess-ubuntu:
preprocess-opensuse: preprocess-opensuse:
stage: preprocess stage: preprocess
image: opensuse image: opensuse/tumbleweed
script: script:
- zypper install apparmor-profiles go git rsync lsb-release - zypper install -y apparmor-profiles go git rsync lsb-release
- ./configure --complain - ./configure --complain
- make - make
- make install - make install