mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-06-03 05:21:00 +02:00
7 lines
183 B
YAML
7 lines
183 B
YAML
variables:
|
|
GIT_STRATEGY: clone
|
|
|
|
test:
|
|
script:
|
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|