aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-10-02 13:23:44 +0000
committerMario <mario@mariovavti.com>2021-10-02 13:23:44 +0000
commit9ff43f081f9d9751113e55d4fb0485ef9a3f278b (patch)
treef62bbc0890da139651e936f348b96112fc335149 /.gitlab-ci.yml
parent8c014e3b6be54512367e640b48d61f539d30214c (diff)
downloadvolse-hubzilla-9ff43f081f9d9751113e55d4fb0485ef9a3f278b.tar.gz
volse-hubzilla-9ff43f081f9d9751113e55d4fb0485ef9a3f278b.tar.bz2
volse-hubzilla-9ff43f081f9d9751113e55d4fb0485ef9a3f278b.zip
another try to fix pg test
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
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