Update .gitlab-ci.yml file

This commit is contained in:
2024-07-01 16:33:15 +02:00
parent aea3b1b306
commit 43c01d021a

View File

@@ -19,17 +19,17 @@ run_tests:
- coverage report - coverage report
coverage: '/TOTAL.*\s+(\d+\%)/' coverage: '/TOTAL.*\s+(\d+\%)/'
# pages: pages:
# stage: deploy stage: deploy
# before_script: before_script:
# - echo "$CI_BUILDS_DIR" - echo "$CI_BUILDS_DIR"
# - source /home/gitlab-runner/miniconda3/bin/activate cristallina - source /home/gitlab-runner/miniconda3/bin/activate cristallina
# script: script:
# - tox -e docs - tox -e docs
# - mv docs/_build/html/ public/ - mv docs/_build/html/ public/
# artifacts: artifacts:
# paths: paths:
# - public - public
# rules: rules:
# - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH