force compatibility test

This commit is contained in:
fbsanchez 2022-01-28 13:30:02 +01:00
parent 59e95079f0
commit 08a7f62090
1 changed files with 8 additions and 0 deletions

View File

@ -5,3 +5,11 @@ test:
script:
- 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
test_php_legacy:
stage: test
before_script:
- df -h | grep instaladores | awk '{print $NF}' |xargs umount >/dev/null 2>&1 || true
script:
- docker pull pandorafms/pandorafms-base:centos7
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos7 /tmp/pandorafms/tests/test.sh