feat: try testing with dirty files

This commit is contained in:
Simon Cornet 2025-07-18 18:08:00 +02:00
commit 5f78285d91
2 changed files with 5 additions and 3 deletions

View file

@ -1,11 +1,10 @@
--- ---
variables: variables:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: "noninteractive"
molecule: molecule:
stage: "testing" stage: "testing"
image: python:3.13 image: "python:3.13"
script: script:
- apt-get update -qq - apt-get update -qq
- apt-get -y -qq install yamllint docker.io - apt-get -y -qq install yamllint docker.io

View file

@ -1,6 +1,9 @@
--- ---
extends: 'default' extends: 'default'
ignore:
- ".gitlab/*"
rules: rules:
braces: braces:
max-spaces-inside: 1 max-spaces-inside: 1