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:
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue