From dbc31d88c3bd5fb68707ecf176a30e28b48682fb Mon Sep 17 00:00:00 2001 From: Christopher Henry Hollowell <hollowec@bnl.gov> Date: Tue, 9 Jul 2019 17:07:56 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b80fa72c..cf8e9ea0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -109,7 +109,7 @@ job_build-atlas-gen: HEP_WL_SPEC_FILE: $CI_PROJECT_DIR/atlas/gen/atlas-gen.spec only: refs: - - qa + - singci2 changes: - atlas/gen/* - atlas/gen/*/* @@ -120,7 +120,7 @@ job_build-atlas-sim: HEP_WL_SPEC_FILE: $CI_PROJECT_DIR/atlas/sim/atlas-sim.spec only: refs: - - singci2 + - qa changes: - atlas/sim/* - atlas/sim/*/* -- GitLab