ci: fix syntax

This commit is contained in:
Julien Fastré 2023-02-17 22:00:19 +01:00
parent 16dd816a1a
commit c0526533cc
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

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