1
0

adding stage section to jobs

This commit is contained in:
Jason L Hannan 2019-10-07 11:18:57 -07:00
parent 32fbc21ad9
commit 5dab17ee49

View File

@ -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: