From 1b21bd1dd6f5acaefd58a8c7d80d8d3df165563c Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Wed, 18 May 2022 13:51:50 +0200 Subject: [PATCH] Test script on Ubuntu and Debian --- .gitlab-ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ae4bc5..de5b784 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,10 @@ variables: test-install-script: stage: test - image: debian:10 + image: $TEST_IMAGE + parallel: + matrix: + - TEST_IMAGE: ["debian:10", "ubuntu:bionic", "ubuntu:focal", "ubuntu:jammy"] interruptible: true before_script: - apt-get update && apt-get install -y curl -- GitLab