From a3351be4ae7a7ffaba7888b0ef30ddfbb07f6b56 Mon Sep 17 00:00:00 2001 From: Alexander Hosking Date: Fri, 15 Apr 2022 14:56:42 -0400 Subject: [PATCH] Correct CI stage typo --- .gitlab-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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}"