From c58166979ebbdfd564225ee4175cd4d1b6057bb4 Mon Sep 17 00:00:00 2001 From: Sylvester Joosten <sjoosten@anl.gov> Date: Mon, 4 Oct 2021 21:13:43 +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..8aedd1e7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,8 @@ default: - source .local/bin/env.sh artifacts: expire_in: 3 days + tags: + - phy-scratch paths: - .local/detector - .local/lib -- GitLab