diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh
index 26ccc56027be384782f637683c57cf896f9de8ac..fac074661722ac1e163f92869109ab753c82f898 100644
--- a/Examples/baobab_run.sh
+++ b/Examples/baobab_run.sh
@@ -8,4 +8,6 @@
 
 module load NVHPC/21.11
 
+srun ./artefacts/cuda_sum_vec
+srun ./artefacts/parallel_sort
 srun ./artefacts/future
\ No newline at end of file
diff --git a/Examples/ygg_run.sh b/Examples/ygg_run.sh
index 91c189e02c91c713ce910ac120ec95e6e78ce433..4c2560e288200ab4424a436306e4239b7824c094 100644
--- a/Examples/ygg_run.sh
+++ b/Examples/ygg_run.sh
@@ -8,4 +8,6 @@
 
 module load NVHPC/21.11
 
+srun ./artefacts/cuda_sum_vec
+srun ./artefacts/parallel_sort
 srun ./artefacts/future
\ No newline at end of file