Update Stage names

This commit is contained in:
Alexander Hosking 2022-04-15 14:53:11 -04:00
parent dfafcaba9e
commit 6495d2059d

View File

@ -2,7 +2,7 @@ stages:
- build - build
- test - test
buiild job: buiild:
stage: build stage: build
image: python:3-buster image: python:3-buster
script: script:
@ -22,7 +22,7 @@ buiild job:
test job: test:
stage: test stage: test
needs: needs:
- build - build