Commit 596848e4 authored by Gadhave's avatar Gadhave
Browse files

Update .gitlab-ci.yml file

parent 49ac0d34
Pipeline #12124 passed with stage
in 10 seconds
...@@ -31,7 +31,7 @@ lint: ...@@ -31,7 +31,7 @@ lint:
image: python:3.10 image: python:3.10
extends: .build_template extends: .build_template
cache: cache:
key: "pip-cache" key: "pip-cache-${CI_COMMIT_REF_SLUG}"
paths: paths:
- .cache/pip - .cache/pip
before_script : before_script :
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment