From 59e95079f0130f7e69094c8d8a850ff7f2e25f47 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 27 Jan 2022 23:38:48 +0100 Subject: [PATCH] cicd moved to rocky8.5 --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a3defc89b4..9898ddb582 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,5 +3,5 @@ variables: test: script: - - docker pull pandorafms/pandorafms-base:centos8 - - docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos8 /tmp/pandorafms/tests/test.sh + - docker pull pandorafms/pandorafms-base:rocky8.5 + - docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:rocky8.5 /tmp/pandorafms/tests/test.sh