use centos8 image for testing also in community
This commit is contained in:
parent
58ba683005
commit
8b8243c56a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue