From f473e2d27a7cfe6f6c7f901b6e619a20890b1a2b Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 21 Nov 2020 16:41:30 +0200
Subject: [PATCH] Run the pre-commit job anywhere.

There's no need to run it in a specific runner, but I did because I
set tags on the runners but didn't set them to run untagged (fixed in
https://git.shore.co.il/shore/gitlab-runner-docker/-/commit/dfc42dda6954e15eed63f851d6b67d0fd12ce870).
---
 .gitlab-ci.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1f5902c..8f2f2b8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,7 +8,6 @@ stages:
 
 pre-commit:
   stage: test
-  tags: ["ns4.shore.co.il"]
   image: adarnimrod/ci-images:pre-commit
   variables:
     XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
-- 
GitLab