From 76eab01a4f45072e8a0cc1c3661e92e4779e2c8a Mon Sep 17 00:00:00 2001
From: Sachin Kamath <sskamath96@gmail.com>
Date: Tue, 25 Apr 2017 10:17:02 -0700
Subject: [PATCH] Add .gitlab-ci.yml

---
 .gitlab-ci.yml | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
new file mode 100644
index 0000000..ff99455
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,6 @@
+# This file is a template, and might need editing before it works on your project.
+# Official framework image. Look for the different tagged releases at:
+# https://hub.docker.com/r/library/python
+test:
+  script:
+  - python src/test-ci.py
-- 
GitLab