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

[CI] Fix cache definition

parent 1b6b7b16
No related branches found
No related tags found
No related merge requests found
Pipeline #358 failed
...@@ -10,17 +10,13 @@ variables: ...@@ -10,17 +10,13 @@ variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip"
cache: cache:
- key:
files:
- poetry.lock
paths:
- .cache/pip
- key: - key:
files: files:
- poetry.lock - poetry.lock
- pyproject.toml - pyproject.toml
- tox.ini - tox.ini
paths: paths:
- .cache/pip
- .tox - .tox
test: test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment