Skip to content
Snippets Groups Projects
Verified Commit 7b798a19 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

[CI] Really fix cache config

parent 37b32009
No related branches found
No related tags found
No related merge requests found
Pipeline #359 failed
...@@ -10,14 +10,14 @@ variables: ...@@ -10,14 +10,14 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache: cache:
- key: key:
files: files:
- poetry.lock - poetry.lock
- pyproject.toml - pyproject.toml
- tox.ini - tox.ini
paths: paths:
- .cache/pip - .cache/pip
- .tox - .tox
test: test:
stage: test stage: test
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment