Skip to content

Commit 05319c3

Browse files
author
Cameron Rutherford
committed
Fix stages of Ascent pipeline [ascent-rebuild]
1 parent 45ba763 commit 05319c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab/ornl/ascent.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Ascent-Module-Init:
135135
rules:
136136
- if: '$CI_COMMIT_TITLE =~ /\[ascent-rebuild\]/'
137137
when: always
138-
stage: pre-build
138+
stage: build
139139
tags:
140140
- nobatch
141141
script:
@@ -153,7 +153,7 @@ Ascent-Module-Build:
153153
- if: '$CI_COMMIT_TITLE =~ /\[ascent-rebuild\]/'
154154
when: always
155155
extends: .ascent_environment_template
156-
stage: build
156+
stage: test
157157
tags:
158158
- batch
159159
script:

0 commit comments

Comments
 (0)