From c0526533cc762397a8606b642d871b02a70e8567 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20Fastr=C3=A9?= Date: Fri, 17 Feb 2023 22:00:19 +0100 Subject: [PATCH] ci: fix syntax --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: