From aecea162beac0b20371be85cbbc0f17d0880537c Mon Sep 17 00:00:00 2001
From: Andi <andi.gerken@gmail.com>
Date: Mon, 24 Mar 2025 15:03:56 +0100
Subject: [PATCH] Deactivated windows pipeline. It fails but not because of the
 tests but because of the infrastructure. No time to fix it currently.

---
 .gitlab-ci.yml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1ffc452..8649c2f 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,11 +11,11 @@ stages:
 .macos:
   tags: [macos, shell]
 
-.windows:
-  tags: [windows, docker]
-  image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/windows:latest-devel
-  before_script:
-    - . $Profile.AllUsersAllHosts
+#.windows:
+#  tags: [windows, docker]
+#  image: git.imp.fu-berlin.de:5000/bioroboticslab/auto/ci/windows:latest-devel
+#  before_script:
+#    - . $Profile.AllUsersAllHosts
 
 .python38: &python38
   PYTHON_VERSION: "3.8"
@@ -54,9 +54,9 @@ package:
   extends: .macos
   <<: *test
 
-"test: [windows, 3.8]":
-  extends: .windows
-  <<: *test
+#"test: [windows, 3.8]":
+#  extends: .windows
+#  <<: *test
 
 deploy to staging:
   extends: .centos
-- 
GitLab