From ef454f31e0d31806930317b9ad576f98dd4b422e Mon Sep 17 00:00:00 2001 From: Simon Cornet Date: Fri, 18 Jul 2025 16:17:11 +0200 Subject: [PATCH] feat: add docker info for debugging --- .gitlab/testing.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/testing.yaml b/.gitlab/testing.yaml index 0e59dd4..03cadb3 100644 --- a/.gitlab/testing.yaml +++ b/.gitlab/testing.yaml @@ -15,4 +15,5 @@ molecule: ANSIBLE_FORCE_COLOR: "true" PY_COLORS: "1" script: + - "docker info" - "molecule test"