diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f5a6f5cf233574bb25b0fe6ecf42885f3a1ff1d7..44444da312000de540be252222b211a11aa0d495 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,4 +4,9 @@ include:
 
 build:
   stage: build
+  tags:
+    # Breaks on runner01-sea (https://0xacab.org/varac/varac-home-assistant/-/jobs/252139)
+    # with 'kaniko should only be run inside of a container, run with the --force flag if you are sure you want to continue'
+    # See https://github.com/GoogleContainerTools/kaniko/issues/1542
+    - whitewhale
   extends: .kaniko_build