From 2bfa0c4715db06cfde55e35b69b84099652fc113 Mon Sep 17 00:00:00 2001
From: Jason Hiser <jdh8d@virginia.edu>
Date: Tue, 6 Nov 2018 17:13:30 -0800
Subject: [PATCH] fixed to cache build between runs

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f36f25c17..a4e880ba0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,6 +19,7 @@ do-build:
     - ""
     - "cd $CICD_TO_TEST_DIR"
     - "cp -r . /tmp/peasoup_test"
+    - "cd /tmp/peasoup_test"
     - "source set_env_vars"
     - "sudo ./get-peasoup-packages.sh all"
     - "./build-all.sh --debug"
-- 
GitLab