From 5dab17ee49ee37841e41ff21bcc145d1eeb9b605 Mon Sep 17 00:00:00 2001 From: Jason L Hannan Date: Mon, 7 Oct 2019 11:18:57 -0700 Subject: [PATCH] adding stage section to jobs --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3c9e645..a98c73d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: