From d6d6af5f3e9299dfe763391f8a29a9ce9eec849b Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Fri, 8 Jan 2021 00:15:59 +0000
Subject: [PATCH] debug CI

---
 .gitlab-ci.yml                                       | 2 ++
 ci/{build_and_deploy.yml => build_and_deploy.yml.in} | 4 ++++
 2 files changed, 6 insertions(+)
 rename ci/{build_and_deploy.yml => build_and_deploy.yml.in} (98%)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6efdd6802..c1ad4bf3d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ stages:
 ## make note if we cannot use caching for one of the stages
 ## by touching files in .ci_env
 default:
+  tags:
+    - silicon
   artifacts:
     paths: 
       - .ci-env
diff --git a/ci/build_and_deploy.yml b/ci/build_and_deploy.yml.in
similarity index 98%
rename from ci/build_and_deploy.yml
rename to ci/build_and_deploy.yml.in
index ca43feb85..4ca1acfd8 100644
--- a/ci/build_and_deploy.yml
+++ b/ci/build_and_deploy.yml.in
@@ -18,6 +18,10 @@ variables:
   TAG: @TAG@
   PUBLISH: @PUBLISH@
 
+defaults:
+  tags:
+    - silicon
+
 builder:
   stage: build
   script:
-- 
GitLab