Update .gitlab-ci.yml

This commit is contained in:
R. Eric Wheeler 2021-01-25 20:47:10 +00:00
parent 3950690f34
commit 042e2e46c0
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@
cache: cache:
paths: paths:
- vendor/ - vendor/
variables:
XDEBUG_MODE: coverage
before_script: before_script:
- apt-get update -yqq - apt-get update -yqq