Update .gitlab-ci.yml file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user