From 8866973a543beebb0e4b965228259d4fea2635cc Mon Sep 17 00:00:00 2001 From: Gregory Ashton <gregory.ashton@ligo.org> Date: Thu, 22 Sep 2016 17:57:39 +0200 Subject: [PATCH] Add .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..22aed7a --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,2 @@ +test_app: + script: python tests/test.py TestWriter \ No newline at end of file -- GitLab