diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54f1d57e5..08463e847 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ cache: paths: - tests/app/vendor/ - .cache + - .php_cs.cache # Bring in any services we need http://docs.gitlab.com/ee/ci/docker/using_docker_images.html#what-is-a-service # See http://docs.gitlab.com/ee/ci/services/README.html for examples. @@ -73,7 +74,7 @@ phpstan_tests: script: - bin/phpstan cache: - ./.cache + - .cache/ artifacts: expire_in: 30 min paths: