Commit 74152837 authored by Federico Falconieri's avatar Federico Falconieri
Browse files

Merge branch 'pytest-cache' into 'master'

fix: use cache

See merge request ci/templates!53
parents 268d4f2e 6ea902e6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,4 +20,4 @@ python:mypy:
  cache:
    key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
    paths:
      - .mypycache/
      - .mypy_cache/
+4 −0
Original line number Diff line number Diff line
@@ -13,3 +13,7 @@ python:pytest:
  artifacts:
    reports:
      junit: pytest-report.xml
  cache:
    key: "$CI_JOB_NAME-$CI_COMMIT_REF_SLUG"
    paths:
      - .pytest_cache/