From a3267117b1537ee77d7798252ae2d26407c3cb31 Mon Sep 17 00:00:00 2001 From: Matthieu Boileau <matthieu.boileau@math.unistra.fr> Date: Fri, 24 Nov 2017 17:45:49 +0100 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..129b077 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,6 @@ +helloworld: + tags: + - shell + - tp-gitlab-ci + script: + - echo "hello, world" -- GitLab