diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfe9f6c..f54750a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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}"