Skip to content
Snippets Groups Projects
Commit ede6c6f0 authored by Jan Maximilian Michal's avatar Jan Maximilian Michal
Browse files

Update .gitlab-ci.yml

parent 85bb620d
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -3,9 +3,13 @@ image: python:3.4
before_script:
- python -V
variables:
PIP_CACHE_DIR: "$CI_PROJECT_DIR/pip-cache"
cache:
paths:
- ~/.cache/pip/
- "$CI_PROJECT_DIR/pip-cache"
key: "$CI_PROJECT_ID"
test:
script:
......
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