aboutsummaryrefslogtreecommitdiffstats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 366c2c448..960077c3a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -101,20 +101,20 @@ before_script:
# PHP8.1 with MySQL 8.0
php8.1_mysql8.0.22:
- <<: *job_definition_mysql
- <<: *artifacts_template
image: php:8.1
services:
- mysql:8.0
+ <<: *job_definition_mysql
+ <<: *artifacts_template
# PHP8.1 with PostgreSQL 12
php8.1_postgres12:
- <<: *job_definition_postgres
- <<: *artifacts_template
image: php:8.1
services:
- postgres:12-alpine
+ <<: *job_definition_postgres
+ <<: *artifacts_template
# Generate Doxygen API Documentation and deploy it as GitLab pages