From 07562a059276748e23daa12075d23f76d31c9162 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Fri, 9 Nov 2018 09:04:52 -0800
Subject: [PATCH] refactored to support 3 OS

---
 .gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0364150..95e62df 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -15,7 +15,7 @@ after_script:
 .do-build: &do-build
   stage: build
   script:
-    - ./cicd-tests/do-build.sh
+    - ./cicd_tests/do-build.sh
 
 
 
@@ -54,7 +54,7 @@ do-build-ubuntu16:
 .xform-ls: &xform-ls
   stage: test
   script:
-    - ./cicd-tests/xform-ls.sh
+    - ./cicd_tests/xform-ls.sh
 
 #per OS
 xform-ls-ubuntu18:
@@ -79,7 +79,7 @@ xform-ls-ubuntu16:
 .xform-cat: &xform-cat
   stage: test
   script:
-    - ./cicd-tests/xform-cat.sh
+    - ./cicd_tests/xform-cat.sh
 
 xform-cat-ubuntu18:
   <<: *xform-cat
@@ -96,7 +96,7 @@ xform-cat-ubuntu18:
 .internal-tests: &internal-tests
   stage: test
   script:
-    - ./cicd-tests/internal-tests.sh
+    - ./cicd_tests/internal-tests.sh
 
 #per OS
 internal-tests-ubuntu18:
-- 
GitLab