Add a basic .gitlab-ci.yml.

(cherry picked from commit 0d28b1c3d71d275f47baa31cdf5b0ca4641c40a3)
This commit is contained in:
Ramon Novoa 2017-02-07 11:27:53 +01:00
parent c6218ae393
commit db6616632f

3
.gitlab-ci.yml Normal file

@ -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