From 853faffa23cfd5c1515af7e2abb349e839bd2b3b Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Feb 2019 10:03:26 +1100
Subject: [PATCH] add -y

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c117052..0486061 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,7 +5,7 @@ test:
   stage: test
   script:
     - apt update
-    - apt install npm
+    - apt install -y npm
     - rm ./package-lock.json
     - npm install
     - ./node_modules/@angular/cli/bin/ng build  --prod --base-href=/sv2/
-- 
GitLab