From 7d1cb3671bc3e37fffc65f9fbb7fa4353d0790aa Mon Sep 17 00:00:00 2001
From: Eliot Berriot <contact@eliotberriot.com>
Date: Thu, 6 Jun 2019 17:46:25 +0200
Subject: [PATCH] Unit tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7600b4f..f5d04eb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,7 +3,7 @@ stages:
   - deploy
 
 
-pages:
+test:
   stage: test
   image: node:latest
   before_script:
-- 
GitLab