From f573c1772a83ffe7307c5b644fbdef9218c105b0 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Sun, 21 Jan 2024 22:51:42 +0100 Subject: CI: Slight refactoring. --- .gitlab-ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to '.gitlab-ci.yml') 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 -- cgit v1.2.3