Update .gitlab-ci.yml file

This commit is contained in:
Axel Olausson Holtenäs 2023-10-02 00:25:32 +02:00
parent 65183c0a03
commit c50ea5f2c5

View file

@ -12,6 +12,7 @@ cache:
build: build:
stage: build stage: build
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/alpine:latest
before_script: before_script:
- apk update && apk add git tar nodejs npm - apk update && apk add git tar nodejs npm
- npm ci - npm ci
@ -28,7 +29,7 @@ build:
docker: docker:
stage: docker stage: docker
image: docker:stable image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:stable
before_script: before_script:
- docker info - docker info
script: script: