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