Use same cache for all backend builds

This commit is contained in:
ErickSkrauch 2018-07-11 01:00:47 +03:00
parent 40eea7864e
commit 9ed449d144

View File

@ -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: