From 2e855da877331481391ae5434e6ac7d5dff755d6 Mon Sep 17 00:00:00 2001
From: "Allen, Bruce (CIV)" <bdallen@nps.edu>
Date: Fri, 2 Oct 2020 16:55:37 -0700
Subject: [PATCH] Update .gitlab-ci.yml

---
 .gitlab-ci.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c526781..f648086 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,8 +23,9 @@ job 0:
     - cd python; make rc
 
 job 1:
-  - stage build
-    - script: cd python; make rc
+  - stage: build
+    - script:
+      - cd python; make rc
 
 job 2:
   test:
-- 
GitLab