From 524a72e9647aa528ee93fc423018ac712669160e Mon Sep 17 00:00:00 2001 From: Andrej Shadura <andrew.shadura@collabora.co.uk> Date: Fri, 7 Jun 2024 14:57:20 +0200 Subject: [PATCH] fixup! Test with three different osc versions --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index eb18022..054800c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -38,7 +38,7 @@ test: - 0.182.0 - 1.6.2 script: - - apt-get install osc dpkg-dev python3-pip + - apt-get install -y osc dpkg-dev python3-pip - | if [ "$OSC_VERSION" != default ] then -- GitLab