From b4f82f2c38673bbe78a22d877bb95b4167c2a8c3 Mon Sep 17 00:00:00 2001
From: cgeek <cem.moreau@gmail.com>
Date: Sun, 28 Oct 2018 09:31:00 +0100
Subject: [PATCH] [enh] CI: need to rebuild for tests

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 14f9efcf4..82cfd5718 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -73,9 +73,10 @@ pages:
     - dev
 
 test:
-  <<: *cached_nvm
+  <<: *nvm_env
   stage: test
   script:
+    - yarn
     - yarn test
     # Push coverage to GitLab pages
     - tar cvzf coverage.tar.gz coverage/
-- 
GitLab