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

Try update.

parent 0b7b2b1f
No related branches found
No related tags found
No related merge requests found
Pipeline #750 failed
...@@ -16,10 +16,12 @@ cache: ...@@ -16,10 +16,12 @@ cache:
bundle_and_test: bundle_and_test:
stage: bundle stage: bundle
before_script: before_script:
# - apt install -y curl - apt-get update
# - curl -sL https://deb.nodesource.com/setup_10.x | bash - - apt-get install -y curl
- apt install -y npm - curl -sL https://deb.nodesource.com/setup_10.x | bash -
# - apt install -y build-essential - apt-get install -y nodejs
- apt-get install -y npm
- apt-get 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