From 4ca2a3f4d9220324e8c124fba81fb9020c137014 Mon Sep 17 00:00:00 2001 From: Jason Hiser <jdh8d@virginia.edu> Date: Tue, 6 Nov 2018 16:42:19 -0800 Subject: [PATCH] setting up CICD --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 43d2ee873..b97300dcc 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -44,8 +44,9 @@ basic-pgms-rida: - psz - integration script: - - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" + - "cd $CICD_TO_TEST_DIR" - "source set_env_vars" + - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" - "cd /tmp" - "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida" @@ -55,8 +56,9 @@ basic-pgms-rida-p1: - psz - integration script: - - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" + - "cd $CICD_TO_TEST_DIR" - "source set_env_vars" + - "cd $CICD_TO_TEST_DIR/peasoup_examples/tests" - "cd /tmp" - "cd $PEASOUP_HOME/tests; ./test_cmds.sh rida_p1" -- GitLab