From ac40d0a22b20875a83f5f824ce121d4861a523ea Mon Sep 17 00:00:00 2001
From: David Trattnig <david.trattnig@o94.at>
Date: Mon, 22 Jun 2020 20:02:39 +0200
Subject: [PATCH] Try update.

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6177314..5d4a26f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,10 +16,12 @@ cache:
 bundle_and_test:
   stage: bundle
   before_script:
-    # - apt install -y curl
-    # - curl -sL https://deb.nodesource.com/setup_10.x | bash -
-    - apt install -y npm
-    # - apt install -y build-essential
+    - apt-get update
+    - apt-get install -y curl
+    - curl -sL https://deb.nodesource.com/setup_10.x | bash -
+    - apt-get install -y nodejs
+    - apt-get install -y npm
+    - apt-get install -y build-essential
     - npm install -g @apidevtools/swagger-cli
 
   script:
-- 
GitLab