Add a basic .gitlab-ci.yml.
This commit is contained in:
parent
18a84a7d58
commit
0d28b1c3d7
|
@ -0,0 +1,3 @@
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- docker run --rm -h pandorafms -t -v "$CI_PROJECT_DIR:/tmp/pandorafms" pandorafms/pandorafms-base /tmp/pandorafms/tests/test.sh
|
Loading…
Reference in New Issue