diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 4b66110..c151cf1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -208,6 +208,23 @@ upload/SUSE/12.4: dependencies: - build/sles/12.4 +build/sles/12.5: + <<: *build + variables: + DOCKER_IMAGE: sles/12.5 + +test/sles/12.5: + <<: *test + variables: + DOCKER_IMAGE: sles/12.5 + dependencies: + - build/sles/12.5 + +upload/SUSE/12.5: + <<: *upload + dependencies: + - build/sles/12.5 + ################################### # openSUSE ################################### diff --git a/testing/start_test.sh b/testing/start_test.sh index c26b900..34d8af0 100755 --- a/testing/start_test.sh +++ b/testing/start_test.sh @@ -2,8 +2,8 @@ # this script runs in the rpm_test environment . /etc/os-release -if [ "$VERSION" == "12-SP4" ]; then - echo "Can't run test on sles/12.4, php packages are broken" +if [ "$VERSION" == "12-SP4" ] || [ "$VERSION" == "12-SP5" ]; then + echo "Can't run test on sles/12.4 or sles/12.5, php packages are broken" exit 0 fi