From a3eb621804ce1972e9bc5bfcbb46c4f7691764bd Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Mon, 4 Oct 2021 21:20:14 +0000
Subject: [PATCH] default to phy-scratch runner

---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 4a023d40..eb4b9808 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,6 +3,8 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:$JUGGLER_TAG
 default:
   before_script:
     - source .local/bin/env.sh
+  tags:
+    - phy-scratch
   artifacts:
     expire_in: 3 days
     paths:
-- 
GitLab