Update Stage names
This commit is contained in:
parent
dfafcaba9e
commit
6495d2059d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user