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

This reverts commit 972e951bdabaeddf9910fe36e0d63138d98b7376
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

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