diff --git a/testsuite/citest.py b/testsuite/citest.py
index 5975b2cc..bed3e55d 100644
--- a/testsuite/citest.py
+++ b/testsuite/citest.py
@@ -473,6 +473,7 @@ class CrossTest(CIBaseTest):
         :avocado: tags=riscv64
         """
         targets = [
+            'mc:qemuriscv64-trixie:isar-image-ci',
             'mc:qemuriscv64-resolute:isar-image-ci',
         ]
 
@@ -482,6 +483,16 @@ class CrossTest(CIBaseTest):
         except exceptions.TestFail:
             self.cancel('KFAIL')
 
+    def test_run_riscv64_trixie(self):
+        """
+        :avocado: tags=startvm,riscv64
+        """
+        self.init()
+        try:
+            self.vm_start('riscv64', 'trixie', image='isar-image-ci')
+        except exceptions.TestFail:
+            self.cancel('KFAIL')
+
     def test_run_riscv64_resolute(self):
         """
         :avocado: tags=startvm,riscv64
