Cache vendor folder between builds

This commit is contained in:
Daniel_I_Am 2021-09-04 13:55:49 +02:00
parent 55f6c5a7e1
commit c7a6e20fad

View File

@ -19,6 +19,9 @@ php-build-job:
paths:
- .env
- vendor/
cache:
paths:
- vendor/
php-test-job:
stage: test