From a7a8ca6b39488ba7362ac63fedd336ee04fb9d43 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Wed, 14 Mar 2018 12:11:42 +0000
Subject: [PATCH] deploy stage : upgrade node to 9.6

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

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