adding stage section to jobs
This commit is contained in:
parent
32fbc21ad9
commit
5dab17ee49
@ -3,6 +3,7 @@ stages:
|
|||||||
- test
|
- test
|
||||||
|
|
||||||
build_image:
|
build_image:
|
||||||
|
stage: build
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
after_script:
|
after_script:
|
||||||
@ -14,6 +15,7 @@ build_image:
|
|||||||
- triggers
|
- triggers
|
||||||
|
|
||||||
test_image_devel:
|
test_image_devel:
|
||||||
|
stage: test
|
||||||
script:
|
script:
|
||||||
- ./scripts/test.sh
|
- ./scripts/test.sh
|
||||||
after_script:
|
after_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user