errata in main cicd (open)

This commit is contained in:
fbsanchez 2022-02-02 14:02:32 +01:00
parent 7b9790fa36
commit 8cbd45bd0a
1 changed files with 2 additions and 1 deletions

View File

@ -3,4 +3,5 @@ variables:
test:
script:
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
- 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