From 51530a9e3465531d9119062a898935c16e4ef511 Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 22 Jun 2020 19:50:36 +0200 Subject: [PATCH] Add buildtools. --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 58e330f..5637de1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -17,8 +17,9 @@ bundle_and_test: stage: bundle before_script: - apt install -y curl - - curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - + - curl -sL https://deb.nodesource.com/setup_10.x | -E bash - - apt install -y nodejs npm + - apt install -y build-essential - npm install -g @apidevtools/swagger-cli script: -- GitLab