From ebdb1617266cceeb432e017af9ba526a24c38c8d Mon Sep 17 00:00:00 2001 From: steppke_a Date: Tue, 4 Feb 2025 11:11:25 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a8570fd..80f81e2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,8 +9,9 @@ build-job: run_tests: stage: test before_script: + - echo "Running as $(whoami)" - echo "$CI_BUILDS_DIR" - - eval "$(micromamba shell hook --shell=bash)" + - eval "$(/home/gitlab-runner/bin/micromamba shell hook --shell=bash)" - micromamba activate cristallina - echo `pwd` - pip install -e . @@ -24,7 +25,7 @@ pages: stage: deploy before_script: - echo "$CI_BUILDS_DIR" - - eval "$(micromamba shell hook --shell=bash)" + - eval "$(/home/gitlab-runner/bin/micromamba shell hook --shell=bash)" - micromamba activate cristallina script: - tox -e docs