From 78286ae819b44a077ec5ceeb21948b7873331dce Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 7 Aug 2019 04:26:57 +0200
Subject: [PATCH] Added allow root to bower command.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6e3af19..dc39807 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -10,7 +10,7 @@ test:
   - apt-get install -y nodejs npm
   - npm install -g bower
   - bundle install --path vendor
-  - bower install
+  - bower --allow-root install
   - bundle exec middleman build
   except:
     - master
@@ -21,7 +21,7 @@ pages:
   - apt-get install -y nodejs npm
   - npm install -g bower
   - bundle install --path vendor
-  - bower install
+  - bower --allow-root install
   - bundle exec middleman build
   artifacts:
     paths:
-- 
GitLab