From 8a806d80a3276b4775be005a1bdf83381619b51d Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Mon, 25 Oct 2021 14:26:20 +0000
Subject: [PATCH] try within-stage depend

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 428644b06..50d6f16a5 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -280,7 +280,7 @@ jug_xl:nightly:
 
 jug_xl:feature:
   extends: .build
-  stage: deploy
+  stage: build:release
   rules: 
     - if: '$CI_COMMIT_BRANCH == "master"'
       when: on_success
-- 
GitLab