Correct CI stage typo

This commit is contained in:
Alexander Hosking 2022-04-15 14:56:42 -04:00
parent 6495d2059d
commit a3351be4ae

View File

@ -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}"