diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 810d01d2de4035c331e73bc105f48efbc2778842..05d04087a1a0a1a3e8bbe124dccc6c72a12d7179 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -47,7 +47,7 @@ simulate-hello:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
-    - socsim test_nanosoc TESTNAME=hello
+    - socsim test_aes128 TESTNAME=hello
   tags:
     - VLAB-ZCU
     
@@ -56,7 +56,7 @@ simulate_regression:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
-    - socsim regression_nanosoc
+    - socsim regression_aes128
   tags:
     - VLAB-ZCU
     
@@ -65,7 +65,7 @@ simulate_quickstart-hello:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
-    - socsim test_nanosoc TESTNAME=hello QUICKSTART=yes
+    - socsim test_aes128 TESTNAME=hello QUICKSTART=yes
   tags:
     - VLAB-ZCU
     
@@ -74,7 +74,7 @@ simulate_quickstart-regression:
   script:
     - echo "Simulation phase started"
     - source set_env.sh
-    - socsim regression_nanosoc QUICKSTART=yes
+    - socsim regression_aes128 QUICKSTART=yes
   tags:
     - VLAB-ZCU