From 73a551a0a11d669baa79954ab238f88ed7ae5fed Mon Sep 17 00:00:00 2001
From: bclayton-usgs <bclayton@usgs.gov>
Date: Wed, 26 Feb 2020 12:28:45 -0700
Subject: [PATCH] update templates

---
 .gitlab-ci.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 29cd67d..ac45df7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -5,6 +5,17 @@ variables:
 stages:
   - test
 
+####
+# Templates:
+#   - nshmp-lib: Download nshmp-lib repo
+####
+.templates:
+  nshmp-lib: &nshmp-lib |-
+    cd ..;
+    rm -rf ${NSHMP_LIB};
+    git clone ${NSHMP_LIB_GIT};
+    cd ${CI_PROJECT_NAME};
+
 ####
 # Template: Common Gradle test
 ####
@@ -19,17 +30,6 @@ stages:
   before_script:
     - *nshmp-lib
 
-####
-# Templates:
-#   - nshmp-lib: Download nshmp-lib repo
-####
-.templates:
-  nshmp-lib: &nshmp-lib |-
-    cd ..;
-    rm -rf ${NSHMP_LIB};
-    git clone ${NSHMP_LIB_GIT};
-    cd ${CI_PROJECT_NAME};
-
 ####
 # Build jar file.
 # Globals:
-- 
GitLab