From 9cbecff28e9d13d577cdc4d0496a5b7a0d3da6a4 Mon Sep 17 00:00:00 2001
From: Whitney Armstrong <warmstrong@anl.gov>
Date: Fri, 15 Nov 2019 00:14:51 -0600
Subject: [PATCH] Made triggering CI testing manual

	modified:   .gitlab-ci.yml
---
 .gitlab-ci.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6d640cc..e500685 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -35,6 +35,7 @@ hcana_singularity:
         - build/Singularity.hcana.simg
 
 elastic_replay:
+  when: manual
   tags: 
      - eic0 docker
   stage: data_replays
@@ -50,6 +51,7 @@ elastic_replay:
 
 
 elastic_test1:
+  when: manual
   tags: 
      - eic0 docker
   stage: data_tests
@@ -59,6 +61,7 @@ elastic_test1:
      - bash tests/elastic_test.sh
 
 elastic_test2:
+  when: manual
   tags: 
      - eic0 docker
   stage: data_tests
-- 
GitLab