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

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4c1061230..f36f25c17 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -18,7 +18,7 @@ do-build:
     - "env|grep CICD"
     - ""
     - "cd $CICD_TO_TEST_DIR"
-    - "cp -r . /tmp/peasoup_test
+    - "cp -r . /tmp/peasoup_test"
     - "source set_env_vars"
     - "sudo ./get-peasoup-packages.sh all"
     - "./build-all.sh --debug"
-- 
GitLab