CSIT-484: Fix issues in csit-hc2vpp jobs
[ci-management.git] / jjb / hc2vpp / include-raw-hc2vpp-csit-verify.sh
index cb75c23..9cfc2c5 100644 (file)
@@ -5,15 +5,15 @@ set -xeu -o pipefail
 if [ "${OS}" == "ubuntu1404" ]; then
 
     ./packaging/deb/trusty/debuild.sh
-    cp ./packaging/deb/trusty/*.deb ./
+    cp ./packaging/deb/trusty/*.deb ${WORKSPACE}/csit
 
 elif [ "${OS}" == "ubuntu1604" ]; then
 
     ./packaging/deb/xenial/debuild.sh
-    cp ./packaging/deb/xenial/*.deb ./
+    cp ./packaging/deb/xenial/*.deb ${WORKSPACE}/csit
 fi
 
-cd csit
+cd ${WORKSPACE}/csit
 # execute csit bootstrap script if it exists
 if [ ! -e bootstrap-hc2vpp-verify.sh ]
 then