From 8264d1b4bd5a22b3774537fe974a02054d0fdfd3 Mon Sep 17 00:00:00 2001 From: dwn1c21 <d.newbrook@soton.ac.uk> Date: Thu, 28 Sep 2023 12:02:44 +0000 Subject: [PATCH] Update simulate_hello to use test_nanosoc over test_aes128 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 327307c..da53154 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,7 +48,7 @@ simulate-hello: script: - echo "Simulation phase started" - source set_env.sh - - socsim test_aes128 TESTNAME=hello + - socsim test_nanosoc TESTNAME=hello tags: - VLAB-ZCU -- GitLab