From 69bb8e628d30ae0a02be26b407b1d29ebd172555 Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Mon, 4 Oct 2021 21:14:25 +0000
Subject: [PATCH] fix syntax

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8aedd1e7..eb4b9808 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,10 @@ 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
-    tags:
-      - phy-scratch
     paths:
       - .local/detector
       - .local/lib
-- 
GitLab