use centos8 image for testing also in community

This commit is contained in:
fbsanchez 2022-01-10 20:55:37 +01:00
parent 58ba683005
commit 8b8243c56a
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@ variables:
test:
script:
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos8 /tmp/pandorafms/tests/test.sh