diff --git a/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestLibribasimWindows.xml b/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestLibribasimWindows.xml
index 087d5109c..b628adbb6 100644
--- a/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestLibribasimWindows.xml
+++ b/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestLibribasimWindows.xml
@@ -6,9 +6,6 @@
-
-
-
@@ -16,8 +13,7 @@
-
+call conda env create --file environment.yml -p "%conda_env_path%"]]>
@@ -25,9 +21,9 @@ call conda create --prefix "%conda_env_path%" python=3.10]]>
+pip install "python/ribasim"
+pip install "python/ribasim_testmodels"
+pip install "python/ribasim_api"]]>
@@ -35,7 +31,7 @@ call pip install --editable "python/ribasim_api[tests]"]]>
+pytest tests --basetemp=tests/temp --junitxml="report.xml"]]>
@@ -46,8 +42,7 @@ call pytest tests --basetemp=tests/temp --junitxml="report.xml"]]>
-
-
+
@@ -78,7 +73,7 @@ call pytest tests --basetemp=tests/temp --junitxml="report.xml"]]>
-
+
diff --git a/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestRibasimCliWindows.xml b/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestRibasimCliWindows.xml
new file mode 100644
index 000000000..ec3fdb75a
--- /dev/null
+++ b/.teamcity/Ribasim_Ribasim/buildTypes/Ribasim_Ribasim_TestRibasimCliWindows.xml
@@ -0,0 +1,82 @@
+
+
+ Test ribasim_cli - Windows
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+