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
- test
buiild job:
buiild:
stage: build
image: python:3-buster
script:
@ -22,7 +22,7 @@ buiild job:
test job:
test:
stage: test
needs:
- build