diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 0b67edf..c0f6c33 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -34,7 +34,7 @@ jobs: - image: "debian" tag: "latest" - image: "debian" - tag: "bookworm" + tag: "bullseye" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6bbf98a..67d73d6 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,7 +17,7 @@ molecule: - image: "debian" tag: "latest" - image: "debian" - tag: "bookworm" + tag: "bullseye" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux"