From ecac533283d2e0011f5dfb3af29ef239901c9cc7 Mon Sep 17 00:00:00 2001
From: "jihee.kim" <jihee.kim@anl.gov>
Date: Tue, 6 Oct 2020 21:54:01 -0500
Subject: [PATCH] Fixed typo

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b7c0df08..44a3c0ce 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -195,7 +195,7 @@ crystal_pion_simulation:
   stage: simulate
   needs:
     - ["get_data"]
-  tag:
+  tags:
     - sodium
   script:
     - cp topside/topside.xml ./.
-- 
GitLab