diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 251b9083d3649e18934f0c55a9c36db28c675ef6..bae3c5ae0ae844c377fbdc4dbda20cd8085203ae 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -6,8 +6,8 @@ variables:
   GIT_DEPTH: "1"
 
 native_Debian_clang:
-#  tags: &native
-#  - Debian
+  tags: &native
+  - Debian
   before_script: &debian_clang
     - pwd
     - export CC=gcc; export CXX=g++
@@ -35,8 +35,8 @@ native_Debian_clang:
     expire_in: 10 days
 
 versiondocs:
-#  rules:
-#  - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
+  rules:
+  - if: '$CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH'
   tags:
   - www
   before_script: *debian_clang
@@ -52,8 +52,8 @@ versiondocs:
     - cp -r ../hugo/public ~www/ba/git-main/hugo-public
 
 mac_x64:
-#  tags:
-#  - mac_x64
+  tags:
+  - mac_x64
   stage: build
   before_script:
     # obtain nr of logical CPUs via `sysctl hw.logicalcpu`
@@ -77,8 +77,8 @@ mac_x64:
     expire_in: 10 days
 
 mac_arm:
-#  tags:
-#  - mac_arm
+  tags:
+  - mac_arm
   stage: build
   before_script:
     - QTDIR="/opt/homebrew/opt/qt"
@@ -92,8 +92,8 @@ mac_arm:
 # C:\GitLab-Runner\gitlab-runner.exe exec shell --shell pwsh --builds-dir <gitlab build-dir> <job-name>
 
 windows:
-#  tags:
-#    - Windows
+  tags:
+    - Windows
   stage: build
   cache:
   #  key: build-cache