From 0d28b1c3d71d275f47baa31cdf5b0ca4641c40a3 Mon Sep 17 00:00:00 2001 From: Ramon Novoa Date: Tue, 7 Feb 2017 11:27:53 +0100 Subject: [PATCH] Add a basic .gitlab-ci.yml. --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000000..053434f53e --- /dev/null +++ b/.gitlab-ci.yml @@ -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