Skip to content
Snippets Groups Projects
Commit fe51b6db authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch 'test-too-large' into 'develop'

Fixed lint issues in ci file

See merge request funkwhale/funkwhale!97
parents 65d876d9 a4b4e9bc
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ test_api: ...@@ -16,7 +16,7 @@ test_api:
stage: test stage: test
image: funkwhale/funkwhale:latest image: funkwhale/funkwhale:latest
cache: cache:
key: "$CI_PROJECT_ID/pip_cache" key: "$CI_PROJECT_ID__pip_cache"
paths: paths:
- "$PIP_CACHE_DIR" - "$PIP_CACHE_DIR"
variables: variables:
...@@ -46,7 +46,7 @@ test_front: ...@@ -46,7 +46,7 @@ test_front:
- yarn install - yarn install
- yarn run unit - yarn run unit
cache: cache:
key: "$CI_PROJECT_ID/front_dependencies" key: "$CI_PROJECT_ID__front_dependencies"
paths: paths:
- front/node_modules - front/node_modules
- front/yarn.lock - front/yarn.lock
...@@ -68,7 +68,7 @@ build_front: ...@@ -68,7 +68,7 @@ build_front:
- yarn install - yarn install
- yarn run build - yarn run build
cache: cache:
key: "$CI_PROJECT_ID/front_dependencies" key: "$CI_PROJECT_ID__front_dependencies"
paths: paths:
- front/node_modules - front/node_modules
- front/yarn.lock - front/yarn.lock
......
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