diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index e6358154bc8b1f23feb45b95fb8d029a410fddae..8e948b3bedcbe997673ea4d3ae03c5f4040d4c52 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -71,8 +71,6 @@ deploy_to_phoenix:
   needs: ["build"]
 
   before_script:
-    - echo $REMOTE_USER
-    - echo $SSH_PRIVATE_KEY
     - eval "$(ssh-agent -s)"
     - echo "$SSH_PRIVATE_KEY" | tr -d '\r' | ssh-add -
     - mkdir -p ~/.ssh
diff --git a/ansible/hosts.cfg b/ansible/hosts.cfg
index 418c7415b69116815b53eb60bb3817ea227ab519..09686582a84639d55f250f1809b01a73b08e0aea 100644
--- a/ansible/hosts.cfg
+++ b/ansible/hosts.cfg
@@ -1,2 +1,2 @@
 [targets]
-phoenix.hlr.rz.tu-bs.de
\ No newline at end of file
+finrod.irmb.bau.tu-bs.de
\ No newline at end of file