From a5e4f4e0dc434a406869367b38aa40e6668bffb2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89lo=C3=AFs?= <elois@ifee.fr>
Date: Fri, 2 Feb 2018 17:19:10 +0000
Subject: [PATCH] Revert "tmp rm tests"

This reverts commit 7032516c7c0db492a2b2b372f00e5af9610eb544
---
 .gitlab-ci.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d649c2aa3..d75bd05da 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,7 @@
 stages:
   - github-sync
   - build
+  - test
   - package
   - prerelease
   - release
@@ -38,6 +39,13 @@ build:
   script:
     - yarn
 
+test:
+  <<: *nvm_env
+  stage: test
+  script:
+    - yarn
+    - yarn test
+
 .build_releases: &build_releases
   stage: package
   allow_failure: false
-- 
GitLab