Update test to use standard docker image now
This commit is contained in:
parent
39ded93a42
commit
7f6df8d032
@ -1,5 +1,5 @@
|
|||||||
test:
|
test:
|
||||||
image: ${CI_REGISTRY}/leenooks/php:8.0-fpm-image-test
|
image: ${CI_REGISTRY}/leenooks/php:8.0-fpm-latest-test
|
||||||
|
|
||||||
stage: test
|
stage: test
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ test:
|
|||||||
- composer install
|
- composer install
|
||||||
|
|
||||||
# Add mysql client for schema pre-load
|
# Add mysql client for schema pre-load
|
||||||
- apt update && apt install -y mariadb-client
|
- apt update -o Acquire::ForceIPv4=true && apt install -o Acquire::ForceIPv4=true -y mariadb-client
|
||||||
|
|
||||||
# Generate an application key. Re-cache.
|
# Generate an application key. Re-cache.
|
||||||
- php artisan key:generate --env=testing
|
- php artisan key:generate --env=testing
|
||||||
|
Loading…
Reference in New Issue
Block a user