Skip to content

Commit

Permalink
attempt to fix override
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Aug 21, 2024
1 parent 4769d72 commit a6b6127
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/cscs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ stages:

build slurm base x86_64:
stage: baseimage x86_64
extends: ['.build slurm base', .container-builder-cscs-zen2, .my-dynamic-image-name ]
extends: [.my-dynamic-image-name, '.build slurm base', .container-builder-cscs-zen2]

build slurm base aarch64:
stage: baseimage aarch64
extends: ['.build slurm base', .container-builder-cscs-gh200, .my-dynamic-image-name ]
extends: [.my-dynamic-image-name, '.build slurm base', .container-builder-cscs-gh200]

.build:
variables:
Expand Down

0 comments on commit a6b6127

Please sign in to comment.