Update .gitlab-ci.yml file

This commit is contained in:
2025-02-04 11:11:25 +01:00
parent dd5b119c55
commit ebdb161726

View File

@@ -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