ci: update custom runners labels
diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml
index 0c3410d..95f7387 100644
--- a/.github/workflows/Pipeline.yml
+++ b/.github/workflows/Pipeline.yml
@@ -12,7 +12,7 @@
   BuildDatabase:
     container: ubuntu:focal
 
-    runs-on: [self-hosted, Linux, X64]
+    runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
     timeout-minutes: 600
 
     strategy:
@@ -97,7 +97,7 @@
   Tests:
     container: ubuntu:focal
 
-    runs-on: [self-hosted, Linux, X64]
+    runs-on: [self-hosted, Linux, X64, gcp-custom-runners]
 
     env:
       ALLOW_ROOT: true