From 5a820f147cef8ad73ea2a6aa0f4fcb9bffb90136 Mon Sep 17 00:00:00 2001 From: Vladimir Kozhevnikov Date: Sun, 30 Jun 2019 19:59:43 +0300 Subject: [PATCH] cache between builds --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e145459..9e20d0e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,9 @@ image: epcallan/php7-testing-phpunit:7.2-phpunit7 +cache: + paths: + - vendor/ + before_script: - composer install --prefer-dist --no-ansi --no-interaction --no-progress -- GitLab