From 6780b2469334f833b31cb39393cadb353be2e98c Mon Sep 17 00:00:00 2001
From: Matthieu Boileau <matthieu.boileau@math.unistra.fr>
Date: Tue, 21 Nov 2017 11:27:48 +0100
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ec3330..6eaaa0d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,6 @@
 helloworld:
   tags:
-    - shell, specific
+    - shell
+    - specific
   script:
     - echo "hello, world"
-    - echo "bonjour, monde"
-- 
GitLab