From 154cb9a344989365a94f54c447c4cc5684687b2e Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Mon, 22 Jun 2020 19:42:11 +0200 Subject: [PATCH] Try buster with APT. --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3d130c9..eb8a5a3 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -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 -- GitLab