diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 40569b0..cfe9f6c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -2,7 +2,7 @@ stages: - build - test -buiild job: +buiild: stage: build image: python:3-buster script: @@ -22,7 +22,7 @@ buiild job: -test job: +test: stage: test needs: - build