diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index bb61b3d..602581a 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: config: - - image: "centos" + - image: "rockylinux" tag: "latest" - image: "debian" tag: "latest" diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b6d666..24827aa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -16,7 +16,7 @@ molecule: retry: 1 parallel: matrix: - - image: "centos" + - image: "rockylinux" tag: "latest" - image: "debian" tag: "latest"