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

Try buster with APT.

parent b89b2f7a
No related branches found
No related tags found
No related merge requests found
Pipeline #743 failed
image: 3.7.7-buster:latest
image: python:3.7-slim-buster
stages:
- bundle
......@@ -16,7 +16,7 @@ cache:
bundle_and_test:
stage: bundle
before_script:
- apk add --update npm
- apt install nodejs npm
- npm install -g @apidevtools/swagger-cli
script:
......@@ -40,7 +40,7 @@ test_api:
pages:
stage: deploy
before_script:
- apk add --update npm
- apt install nodejs npm
- npm install swagger-ui-dist@3.22.1
script:
- cp -rp node_modules/swagger-ui-dist/* ./public
......
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