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