Update .gitlab-ci.yml file
This commit is contained in:
parent
65183c0a03
commit
c50ea5f2c5
1 changed files with 2 additions and 1 deletions
|
@ -12,6 +12,7 @@ cache:
|
|||
|
||||
build:
|
||||
stage: build
|
||||
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/alpine:latest
|
||||
before_script:
|
||||
- apk update && apk add git tar nodejs npm
|
||||
- npm ci
|
||||
|
@ -28,7 +29,7 @@ build:
|
|||
|
||||
docker:
|
||||
stage: docker
|
||||
image: docker:stable
|
||||
image: ${CI_DEPENDENCY_PROXY_DIRECT_GROUP_IMAGE_PREFIX}/docker:stable
|
||||
before_script:
|
||||
- docker info
|
||||
script:
|
||||
|
|
Loading…
Add table
Reference in a new issue