From 47a274f5eceacce0180cc5e63200cadaeedc60ac Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 29 Nov 2015 14:49:39 +0100 Subject: [PATCH] Testing CI with Gitlab --- .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 0000000..58586d6 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,3 @@ +job1: + script: "echo hello world" +