diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 460a18a..59f5411 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -36,7 +36,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 177ba30..52ccd08 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,7 +19,7 @@ molecule: - image: "debian" tag: "latest" - image: "debian" - tag: "bookworm" + tag: "bullseye" - image: "enterpriselinux" tag: "8" - image: "enterpriselinux"