fix gitlab-ci.yml

This commit is contained in:
lijia
2024-11-15 11:45:38 +08:00
parent 8d7b85f98c
commit d4d46ea31b

View File

@@ -313,6 +313,7 @@ run_test_for_centos8:
script:
- yum makecache
- ./ci/travis.sh
- cd build
- *download_rpm_package
- *install_rpm_package
- ctest3 --verbose
@@ -324,6 +325,7 @@ run_test_for_rocky9:
- yum makecache
- yum install -y perl-FindBin
- ./ci/travis.sh
- cd build
- *download_rpm_package
- *install_rpm_package
- ctest3 --verbose