From 4570a67f901cc6a6ebc3cb80e271f7b3b229aa89 Mon Sep 17 00:00:00 2001 From: Andre Sailer Date: Tue, 7 Sep 2021 13:26:00 +0200 Subject: [PATCH] Fix MYSQL_VER now that dirac also tests mariadb --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4e04656..db66e20 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,14 +208,14 @@ ubuntu-latest: integration_tests_slc6: extends: .integration_tests variables: - MYSQL_VER: "5.7" + MYSQL_VER: "mysql:5.7" HOST_OS: slc6 DIRAC_RELEASE: rel-v7r3 integration_tests_cc7: extends: .integration_tests variables: - MYSQL_VER: "5.7" + MYSQL_VER: "mysql:5.7" HOST_OS: cc7 DIRAC_RELEASE: rel-v7r3