CSIT-1488: Add data to the Report 1904
[csit.git] / resources / tools / presentation / run_cpta.sh
index b6bd96f..bb94928 100755 (executable)
@@ -30,7 +30,10 @@ STATUS=$(python pal.py \
     --force)
 RETURN_STATUS=$?
 
-cp -r new _build/
+( cd ../presentation_new && python pal.py \
+    --specification specification_CPTA.yaml \
+    --logging INFO \
+    --force )
 
 echo ${STATUS}
 exit ${RETURN_STATUS}