From ead5e1a7bdaa412b9e52a9ffa801a6a286d9f657 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 11 Aug 2018 00:25:20 +0200 Subject: [PATCH] fix(CI): now installing stufall alright --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d06d56..64a1c63 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ before_script: testSTABLE: stage: test script: + - npmci npm install - npmci npm test stable only: - tags