Update .gitlab-ci.yml
This commit is contained in:
parent
3950690f34
commit
042e2e46c0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue