Skip to content
Snippets Groups Projects
Commit 51530a9e authored by David Trattnig's avatar David Trattnig
Browse files

Add buildtools.

parent b3a90526
No related branches found
No related tags found
No related merge requests found
Pipeline #746 failed
...@@ -17,8 +17,9 @@ bundle_and_test: ...@@ -17,8 +17,9 @@ bundle_and_test:
stage: bundle stage: bundle
before_script: before_script:
- apt install -y curl - 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 nodejs npm
- apt install -y build-essential
- npm install -g @apidevtools/swagger-cli - npm install -g @apidevtools/swagger-cli
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment