diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml
index 4c83566ee1f3afe8f1bbef0d3d790140bf95abba..6ec1db48b04915c4eef0e1c76186cc8d3ef6c94b 100644
--- a/.github/workflows/documentation.yml
+++ b/.github/workflows/documentation.yml
@@ -35,7 +35,7 @@ jobs:
       - name: Create docs
         run: |
           cargo doc --no-deps
-          echo "<meta http-equiv=\"refresh\" content=\"0; url=configuration\">" > target/doc/index.html
+          echo "<meta http-equiv=\"refresh\" content=\"0; url=zombienet_sdk\">" > target/doc/index.html
 
 
 
diff --git a/Cargo.toml b/Cargo.toml
index 40d71d7715f02b052206753b811332d73796a281..3571a05043ad8e7fd69ce50c8ad12efabcd13153 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,7 +7,7 @@ members = [
   "crates/configuration",
   "crates/orchestrator",
   "crates/provider",
-  "crates/test-runner",
+  #"crates/test-runner",
   "crates/prom-metrics-parser",
   "crates/file-server"
 ]