Skip to content

Commit

Permalink
insert anchor
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Oct 3, 2024
1 parent 702a490 commit d5792fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab/includes/common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ variables:
extends: .uenv_image
stage: test
script:
<<: *common_build_steps
- *common_build_steps
- |
# Run unit tests
${BUILD_DIR}/bin/unit-modcc
Expand All @@ -103,7 +103,7 @@ variables:
extends: .uenv_image
stage: test
script:
<<: *common_build_steps
- *common_build_steps
- |
# Run distributed tests
${BUILD_DIR}/bin/unit-mpi
Expand Down

0 comments on commit d5792fe

Please sign in to comment.