From 571c9f3b29758803edfb7ac8556169cf338daeb7 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com>
Date: Wed, 7 Aug 2019 04:19:55 +0200
Subject: [PATCH] Reverting back to ruby image.

---
 .gitlab-ci.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bd46afa..7a57bd4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,4 @@
-image: nielsvdoorn/middleman
+image: ruby
 
 cache:
   paths:
@@ -6,7 +6,7 @@ cache:
 
 test:
   script:
-  - apk --update add npm
+  - apk --update add nodejs npm
   - npm install -g bower
   - bundle install --path vendor
   - bower install
@@ -16,7 +16,7 @@ test:
 
 pages:
   script:
-  - apk --update add npm
+  - apk --update add nodejs npm
   - npm install -g bower
   - bundle install --path vendor
   - bower install
-- 
GitLab