From 73be0d355399b13800d4fc6bda4947e4320b5df0 Mon Sep 17 00:00:00 2001 From: Bart Jaskulski <bjaskulski@protonmail.com> Date: Thu, 22 Feb 2024 11:35:30 +0100 Subject: [PATCH] feat: update codeception image Signed-off-by: Bart Jaskulski <bjaskulski@protonmail.com> --- includes/tests/codeception.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/tests/codeception.yml b/includes/tests/codeception.yml index 6d2f3b5..933893f 100644 --- a/includes/tests/codeception.yml +++ b/includes/tests/codeception.yml @@ -3,7 +3,7 @@ - codeception - $TESTS_TAG image: - name: wpdesknet/codeception:11 + name: gitlab.wpdesk.dev:5050/wpdesk/docker-tests/codeception:12 entrypoint: [""] variables: WP_CLI_CACHE_DIR: /cache/wp-cli -- GitLab