From c52840e1f7392a02cfdb6a2d4c4e56b99b5d5a33 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

Former-commit-id: cb9a0849b1efca22760e4e259c3d6f6d1e1228dd
---
 .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