diff --git a/build/ci/.containerlab-ci.yml b/build/ci/.containerlab-ci.yml
index d40077d56a3b99bc5f0018d90d96b19203490f71..d13116cdf2916ef588999d08a1e4ebe2accbe3bf 100644
--- a/build/ci/.containerlab-ci.yml
+++ b/build/ci/.containerlab-ci.yml
@@ -53,7 +53,6 @@ containerlab:deploy:integration:
   extends: .containerlab_deploy
   needs: ["containerlab:template:integration", "build-docker"]
   script:
-    - cat ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml
     - sudo containerlab deploy --topo ${CI_PROJECT_DIR}/${CLAB_NAME}.clab.yml --reconfigure
     - |
       echo -e "\
diff --git a/build/ci/.test.yml b/build/ci/.test.yml
index 9531c7717b98bc8d4da7f7aa748247827ce54c53..7928a7f3292a1e4e1a5e93a5867c7bc0de87a1e4 100644
--- a/build/ci/.test.yml
+++ b/build/ci/.test.yml
@@ -6,7 +6,7 @@
   variables:
     GOSDN_LOG: "nolog"
     GOSDN_TEST_API_ENDPOINT: "141.100.70.178:${GOSDN_GRPC_PORT}"
-    GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_PORT}"
+    GOSDN_TEST_ENDPOINT: "141.100.70.178:${CEOS1_1_PORT}"
     GOSDN_TEST_USER: "admin"
     GOSDN_TEST_PASSWORD: "admin"
   rules: