mirror of
https://github.com/elyby/accounts.git
synced 2024-11-10 07:22:00 +05:30
Use same cache for all backend builds
This commit is contained in:
parent
40eea7864e
commit
9ed449d144
@ -10,6 +10,7 @@ check backend codestyle:
|
||||
image: edbizarro/gitlab-ci-pipeline-php:7.2-alpine
|
||||
stage: test
|
||||
cache:
|
||||
key: backend-vendor
|
||||
paths:
|
||||
- vendor
|
||||
script:
|
||||
@ -38,6 +39,7 @@ test backend:
|
||||
MYSQL_PASSWORD: "ely_accounts_tester_password"
|
||||
stage: test
|
||||
cache:
|
||||
key: backend-vendor
|
||||
paths:
|
||||
- vendor
|
||||
before_script:
|
||||
|
Loading…
Reference in New Issue
Block a user