Correct CI stage typo
This commit is contained in:
parent
6495d2059d
commit
a3351be4ae
@ -2,7 +2,7 @@ stages:
|
|||||||
- build
|
- build
|
||||||
- test
|
- test
|
||||||
|
|
||||||
buiild:
|
build:
|
||||||
stage: build
|
stage: build
|
||||||
image: python:3-buster
|
image: python:3-buster
|
||||||
script:
|
script:
|
||||||
@ -24,8 +24,7 @@ buiild:
|
|||||||
|
|
||||||
test:
|
test:
|
||||||
stage: test
|
stage: test
|
||||||
needs:
|
needs: [build]
|
||||||
- build
|
|
||||||
image: ${DOCKER_IMAGE_NAME_TAG_WITH_DIGEST}
|
image: ${DOCKER_IMAGE_NAME_TAG_WITH_DIGEST}
|
||||||
before_script:
|
before_script:
|
||||||
- echo "${DOCKER_IMAGE_NAME_TAG_WITH_DIGEST}"
|
- echo "${DOCKER_IMAGE_NAME_TAG_WITH_DIGEST}"
|
||||||
|
Loading…
Reference in New Issue
Block a user