Skip to content

Commit

Permalink
source activate script
Browse files Browse the repository at this point in the history
  • Loading branch information
boeschf committed Oct 2, 2024
1 parent 9822b2f commit 576f7a9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/cscs-ci-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ variables:
extends: .uenv_image
stage: build
script:
- . /user-environment/env/develop/activate.sh
- mkdir -p $BUILD_DIR
- mkdir -p $INSTALL_DIR
- |
Expand Down Expand Up @@ -86,6 +87,7 @@ build_aarch64:
extends: .uenv_image
stage: test
script:
- . /user-environment/env/develop/activate.sh
- ${BUILD_DIR}/bin/unit-modcc
- ${BUILD_DIR}/bin/unit-local
- ${BUILD_DIR}/bin/unit
Expand Down

0 comments on commit 576f7a9

Please sign in to comment.