diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8cc50184dd98550c27047f490000113ca5432df0..e7e525290730e213e7b1871cdf01f88bc0963107 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,5 @@ stages: - install - - test - deploy_pages - update_codemeta - test_codemeta @@ -30,24 +29,24 @@ install: - branches -test: - stage: test - image: python:3.9-slim - script: - - apt-get -y update && apt-get install git gcc -y - - pip install --upgrade setuptools pip wheel - - pip install -e ".[tests]" - - pytest eossr/ - --junitxml=junit_py37.xml - --color=yes - --verbose - --cov=eossr - --cov-report=xml - --cov-report=term - --capture=no - - apt update --yes && apt install --yes pandoc - - pip install -U -r docs/doc_requirements.txt - - sphinx-build docs _public +# test: +# stage: test +# image: python:3.9-slim +# script: +# - apt-get -y update && apt-get install git gcc -y +# - pip install --upgrade setuptools pip wheel +# - pip install -e ".[tests]" +# - pytest eossr/ +# --junitxml=junit_py37.xml +# --color=yes +# --verbose +# --cov=eossr +# --cov-report=xml +# --cov-report=term +# --capture=no +# - apt update --yes && apt install --yes pandoc +# - pip install -U -r docs/doc_requirements.txt +# - sphinx-build docs _public # artifacts: # when: always # paths: @@ -56,9 +55,9 @@ test: # junit: junit_py37.xml -test_ci_eossr: - stage: test - trigger: escape-ossr/test-eossr +# test_ci_eossr: +# stage: test +# trigger: escape-ossr/test-eossr # Intended to be run when a user modifies codemeta.json but rules cause detached pipelines that cause other issues @@ -147,6 +146,7 @@ pages: - public only: - master + - docs pypi_publish: