From 7b01f8c7e7c4fdc3b848ed6ca965c77cafff8b23 Mon Sep 17 00:00:00 2001
From: Chris Hines <chris.hines@monash.edu>
Date: Mon, 11 Feb 2019 10:02:06 +1100
Subject: [PATCH] update apt before install

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a9f440b..c117052 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,6 +4,7 @@ stages:
 test:
   stage: test
   script:
+    - apt update
     - apt install npm
     - rm ./package-lock.json
     - npm install
-- 
GitLab