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