Skip to content

Commit

Permalink
Fix stages of Ascent pipeline [ascent-rebuild]
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronrutherford committed Oct 11, 2023
1 parent c40e2eb commit de283f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/ornl/ascent.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Ascent-Module-Init:
rules:
- if: '$CI_COMMIT_TITLE =~ /\[ascent-rebuild\]/'
when: always
stage: pre-build
stage: build
tags:
- nobatch
script:
Expand All @@ -153,7 +153,7 @@ Ascent-Module-Build:
- if: '$CI_COMMIT_TITLE =~ /\[ascent-rebuild\]/'
when: always
extends: .ascent_environment_template
stage: build
stage: test
tags:
- batch
script:
Expand Down

0 comments on commit de283f0

Please sign in to comment.