diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7f5fdaa1cc86e37d2830e71ffe8da18a6e079ee0..8bdcd3904cb494df9d6120874320dec813f29561 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,7 +45,7 @@ install:ubuntu_zesty:
   artifacts:
     paths:
         - ./build
-        - /root/.local/lib/python2.7/site-packages/hysop
+        - ./install
 
 test:ubuntu_zesty:
   image: keckj/hysop:ubuntu_zesty
diff --git a/ci/scripts/install.sh b/ci/scripts/install.sh
index ba708d3e5e72b908fd6a60f93d3c6dd0872b1b13..41f5012660a378865896f120b97ced08eb33b4b9 100644
--- a/ci/scripts/install.sh
+++ b/ci/scripts/install.sh
@@ -8,12 +8,12 @@ if [ $# -ne 2 ]; then
 fi
 
 if [ ! -d "$1" ]; then
-    echo "Folder {} does not exist."
+    echo "Folder $1 does not exist."
     exit 1
 fi 
 
 if [ ! -d "$2" ]; then
-    echo "Folder {} does not exist."
+    echo "Folder $2 does not exist."
     exit 1
 fi