2017-02-07 12:11:54 +01:00
|
|
|
variables:
|
|
|
|
GIT_STRATEGY: clone
|
|
|
|
|
2017-02-07 11:27:53 +01:00
|
|
|
test:
|
|
|
|
script:
|
2022-01-12 10:58:55 +01:00
|
|
|
- docker pull pandorafms/pandorafms-base:centos8
|
2022-01-10 20:55:37 +01:00
|
|
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base:centos8 /tmp/pandorafms/tests/test.sh
|