diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 25e499c4cdc20328d9d23846921eb91412e492fa..f4c5cf43a5be91d74a16e93370709212f800e913 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -45,6 +45,7 @@ test:
   stage: test
   tags:
     - amd64
+    - himem
   variables:
     APT_CACHE_DIR: apt-cache
   script:
@@ -58,6 +59,7 @@ build:
   stage: build
   tags:
     - amd64
+    - himem
   script:
     - yarn
     - npm run build