From 9e3cf26b1ddab06e157d29108d257153207b5f90 Mon Sep 17 00:00:00 2001
From: Rye Mutt <rye@alchemyviewer.org>
Date: Wed, 18 Oct 2023 21:33:12 -0400
Subject: [PATCH] Move windows CI to windows containers host

---
 .gitlab-ci.yml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25474fd1485..9269d8ca671 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -58,8 +58,9 @@ variables:
 
 .win_build:
   stage: build
+  image: r.alchemyviewer.org/alchemy/infrastructure/windows-build-image:latest
   tags:
-    - autobuild
+    - docker
     - windows
   cache:
     key:
@@ -71,8 +72,6 @@ variables:
       - .cache/pip
     when: 'always'
   before_script:
-    - python -m venv .venv
-    - .\.venv\Scripts\Activate.ps1
     - pip install --upgrade llbase autobuild certifi sentry-cli cmake
   script:
     - autobuild configure -c Release -- -DUSE_LTO="${ENABLE_LTO}" -DHAVOK_TPV="${USE_HAVOK}" -DLL_TESTS="${ENABLE_TESTS}" -DDISABLE_FATAL_WARNINGS=ON -DREVISION_FROM_VCS=FALSE
-- 
GitLab