From 9ff43f081f9d9751113e55d4fb0485ef9a3f278b Mon Sep 17 00:00:00 2001 From: Mario Date: Sat, 2 Oct 2021 13:23:44 +0000 Subject: another try to fix pg test --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 349b106b8..be8db8177 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ # Select image from https://hub.docker.com/_/php/ -image: php:7.3 +#image: php:7.3 # Use a prepared Hubzilla image to optimise pipeline duration -#image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 +image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 stages: - test @@ -123,7 +123,7 @@ php7.3_postgres11: # PHP7.3 with PostgreSQL latest (11) php7.3_postgres11: <<: *job_definition_postgres - image: registry.gitlab.com/dawnbreak/hubzilla/core:php7.3 + image: php:7.3 artifacts: *artifacts_template -- cgit v1.2.3