Restore unit test in pipeline

This commit is contained in:
Boris Waaub
2026-04-09 11:27:48 +02:00
parent 4df9cb9a9c
commit ea140958f9

View File

@@ -99,10 +99,12 @@ build:
stage: Composer install
image: chill/base-image:8.3-edge
variables:
COMPOSER_MEMORY_LIMIT: 3G
before_script:
- composer config -g cache-dir "$(pwd)/.cache"
script:
- composer install --optimize-autoloader --no-ansi --no-interaction --no-progress
- php bin/console cache:clear
cache:
paths:
- .cache/