Loading python/mypy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,4 +20,4 @@ python:mypy: cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .mypycache/ - .mypy_cache/ python/pytest.yml +4 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,7 @@ python:pytest: artifacts: reports: junit: pytest-report.xml cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .pytest_cache/ Loading
python/mypy.yml +1 −1 Original line number Diff line number Diff line Loading @@ -20,4 +20,4 @@ python:mypy: cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .mypycache/ - .mypy_cache/
python/pytest.yml +4 −0 Original line number Diff line number Diff line Loading @@ -13,3 +13,7 @@ python:pytest: artifacts: reports: junit: pytest-report.xml cache: key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG" paths: - .pytest_cache/