feat: add stage to molecule

This commit is contained in:
Simon Cornet 2025-07-18 18:02:32 +02:00
commit 815b37ad9b

View file

@ -4,6 +4,7 @@ variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
molecule: molecule:
stage: "testing"
image: python:3.13 image: python:3.13
script: script:
- apt-get update -qq - apt-get update -qq