Fix image for PHPStan on GitLab CI

This commit is contained in:
ErickSkrauch 2024-12-02 12:46:28 +01:00
parent f43eafb2f3
commit fcf74eacab
No known key found for this signature in database
GPG Key ID: 669339FCBB30EE0E

View File

@ -106,8 +106,6 @@ Codeception:
MARIADB_USER: "ely_accounts_tester"
MARIADB_PASSWORD: "ely_accounts_tester_password"
before_script:
# We don't count code coverage yet, so xdebug can be removed
- sudo rm /usr/local/etc/php/conf.d/docker-php-ext-xdebug.ini
# Install wait-for-it script
- sudo curl "https://raw.githubusercontent.com/vishnubob/wait-for-it/81b1373f17855/wait-for-it.sh" -o /usr/local/bin/wait-for-it
- sudo chmod a+x /usr/local/bin/wait-for-it
@ -118,7 +116,6 @@ Codeception:
PHPStan:
stage: testing
image: $PHP_BUILD_IMAGE
cache:
- *vendorCache
- key: phpstan-$CI_COMMIT_REF_SLUG