cicd moved to rocky8.5

This commit is contained in:
fbsanchez 2022-01-27 23:38:48 +01:00
parent 010f3c6125
commit 59e95079f0
1 changed files with 2 additions and 2 deletions

View File

@ -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