From 972e951bdabaeddf9910fe36e0d63138d98b7376 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 7 Aug 2019 20:46:34 +0000
Subject: [PATCH] Update .gitlab-ci.yml to remove system update step

---
 .gitlab-ci.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d024f1a..b4b8b7f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,7 +6,6 @@ cache:
 
 test:
   script:
-  - apt-get update -y
   - apt-get install -y nodejs npm
   - npm install -g bower
   - bundle install --path vendor
@@ -18,7 +17,6 @@ test:
 
 pages:
   script:
-  - apt-get update -y
   - apt-get install -y nodejs npm
   - npm install -g bower
   - bundle install --path vendor
-- 
GitLab