diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54bb097e51886e4864afa08ca5ac8cc9f5c84176..6614ffe50ec5236cb029f4681424267cbd032a30 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -51,7 +51,7 @@ deploy ubuntu:
 
 build windows:
   stage: build
-  tags: [ windows-1809, shell ]
+  tags: [ windows, shell ]
   before_script:
     - Copy-Item 'C:/Windows/System32/opengl32.dll' 'windows/devel/opengl32.dll'
     - Copy-Item 'C:/Windows/System32/glu32.dll' 'windows/devel/glu32.dll'
@@ -68,7 +68,7 @@ build windows:
 
 deploy windows:
   stage: build
-  tags: [ windows-1809, shell ]
+  tags: [ windows, shell ]
   only:
     - master
   before_script: