diff --git a/test-cases/sdk-ade-remote-debugging.yaml b/test-cases/sdk-ade-remote-debugging.yaml
index 7640d646b2651b926b76f9b32ee536ce705c6f2b..01e99149f455910af0fa4d3ffa494f7d8df3508a 100644
--- a/test-cases/sdk-ade-remote-debugging.yaml
+++ b/test-cases/sdk-ade-remote-debugging.yaml
@@ -41,7 +41,7 @@ run:
     - $ ade sysroot install
     - "Enable key-based SSH login on the target device"
     - $ ssh-keygen -t rsa -m PEM
-    - $ ssh-copy-id USER@HOST
+    - $ ssh-copy-id user@$HOST
     - "Clone the source code for the HelloWorld sample agent on the SDK host"
     - $ git clone https://gitlab.apertis.org/sample-applications/helloworld-simple-agent
     - $ cd helloworld-simple-agent