From d5e76f92a82542594cf39eb65c636722f3f40ff4 Mon Sep 17 00:00:00 2001
From: PRUVOST Florent <florent.pruvost@inria.fr>
Date: Mon, 12 Dec 2016 13:58:08 +0100
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 000000000..fbf9faf99
--- /dev/null
+++ b/.gitlab-ci.yml
@@ -0,0 +1,2 @@
+job1:
+  script: "test.sh"
\ No newline at end of file
-- 
GitLab