From 6f16d919d54a262eb97bf54c508795f201f11306 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Mon, 20 Jul 2020 23:22:35 -0500
Subject: [PATCH] triggering child pipelines not working!!! :(

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index ff0695b7..09882318 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -38,6 +38,8 @@ get_data:
 
 cal_sim_1_dummy_test2:
   stage: simulate
+  tags:
+    - sodium
   script:
     - echo "here we run simulation"
 
-- 
GitLab