From 8810b55f1e5512dd76bae9eda548a0e665d6aadb Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 7 Jan 2021 14:34:47 -0600 Subject: [PATCH] modified: .gitlab-ci.yml --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e763c1dc..dcf5d951 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,8 +1,9 @@ image: eicweb.phy.anl.gov:4567/eic/juggler/juggler:latest +variables: + JUGGLER_N_EVENTS: "200" + default: - variables: - JUGGLER_N_EVENTS: "200" tags: - silicon artifacts: -- GitLab