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