From 9a265717a1f63bb88ed0b898ad5430c562f6c8ce Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Sun, 3 Dec 2017 18:18:03 +0000
Subject: [PATCH] Update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c9ac3c7..57fa8f4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,8 @@ push_to_github:
       
 publish:  
   stage: deploy
+  tags:
+    - nodejs
   only:
     - tags
     - triggers
-- 
GitLab