Commit 6ea902e6 authored by Ruben ten Hove's avatar Ruben ten Hove
Browse files

fix: use cache

parent 94ee668c
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/