From 815b37ad9b72eb094281cdc13eee4f86d8e310d1 Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 18:02:32 +0200 Subject: [PATCH] feat: add stage to molecule --- .gitlab/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 82e7dd5..5cf16ad 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -4,6 +4,7 @@ variables: DEBIAN_FRONTEND: noninteractive molecule: + stage: "testing" image: python:3.13 script: - apt-get update -qq