From df54700c120986b01c552030979a12a18f229c3e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 18:42:43 +0200 Subject: [PATCH] feat: run molecule and distros once :) --- .gitlab/testing.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 00c8b67..7acf649 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -24,11 +24,3 @@ molecule: molecule \ molecule-plugins[docker]" - "molecule test" - parallel: - matrix: - - image: "debian" - tag: "12" - - image: "ubuntu" - tag: "22.04" - - image: "ubuntu" - tag: "24.04"