From 576f7a951b969cc230625ae3c3f8fe77a8a47896 Mon Sep 17 00:00:00 2001 From: boeschf <48126478+boeschf@users.noreply.github.com> Date: Wed, 2 Oct 2024 14:59:38 +0200 Subject: [PATCH] source activate script --- .gitlab/cscs-ci-default.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/cscs-ci-default.yaml b/.gitlab/cscs-ci-default.yaml index db24cd35d..4ad246806 100644 --- a/.gitlab/cscs-ci-default.yaml +++ b/.gitlab/cscs-ci-default.yaml @@ -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 - | @@ -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