diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d0a71343105120a9df61671cb518e813a83b4a94..147e2a5fe2aa6c42e2b16e303f08976d6d7bddd7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -31,7 +31,16 @@ simulate-hello: script: - echo "Simulation phase started" - source set_env.sh - - socsim system_nanosoc TESTNAME=hello + - socsim test_nanosoc TESTNAME=hello + tags: + - VLAB-ZCU + +simulate-regression: + stage: simulate + script: + - echo "Simulation phase started" + - source set_env.sh + - socsim regression_nanosoc tags: - VLAB-ZCU diff --git a/simulate/socsim/system_nanosoc.sh b/simulate/socsim/test_nanosoc.sh similarity index 100% rename from simulate/socsim/system_nanosoc.sh rename to simulate/socsim/test_nanosoc.sh diff --git a/soctools_flow b/soctools_flow index be9b75b493e145cdd0679e336a7e32b1566bf05b..20d3193afcacbf54b7806ff25f3643269ae0c70b 160000 --- a/soctools_flow +++ b/soctools_flow @@ -1 +1 @@ -Subproject commit be9b75b493e145cdd0679e336a7e32b1566bf05b +Subproject commit 20d3193afcacbf54b7806ff25f3643269ae0c70b