From 583db94996811342306df05b6e81001127dcea2f Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Sun, 6 Dec 2020 21:22:46 +0100 Subject: [PATCH] GIT_SILENT: use qt5.15 iso --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5c878527..b631385e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ include: build_clazy_clang_tidy: stage: build - image: kdeorg/ci-suse-qt514 + image: kdeorg/ci-suse-qt515 extends: .linux #only: # - merge_requests @@ -26,5 +26,5 @@ build_clazy_clang_tidy: - python3 -u $CI_TOOLING/helpers/compile-build.py --product $PRODUCT --project $PROJECT --branchGroup $BRANCH_GROUP --platform $PLATFORM --usingInstall $INSTALL_PREFIX - cd build && run-clang-tidy variables: - PLATFORM: SUSEQt5.14 + PLATFORM: SUSEQt5.15 BRANCH_GROUP: kf5-qt5