From 2c0626c1c38f18726fa875e35f2f065e2de44daa Mon Sep 17 00:00:00 2001
From: librelois <elois@ifee.fr>
Date: Mon, 4 Dec 2017 18:30:43 +0100
Subject: [PATCH] [fix] deploy job

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 57fa8f4..091b8c1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -22,6 +22,7 @@ push_to_github:
       
 publish:  
   stage: deploy
+  image: node:6.12-alpine
   tags:
     - nodejs
   only:
-- 
GitLab