diff options
author | Brad King <brad.king@kitware.com> | 2021-10-06 19:40:59 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-06 19:42:12 (GMT) |
commit | 915ef42cabaa12a9ee2802e30e2261bc949430c7 (patch) | |
tree | bb2144e6ec23ca5fecbb0782928e862b96bfd9d6 | |
parent | 49392b591dd32732d101e7983f528f6560e7f7b5 (diff) | |
download | CMake-915ef42cabaa12a9ee2802e30e2261bc949430c7.zip CMake-915ef42cabaa12a9ee2802e30e2261bc949430c7.tar.gz CMake-915ef42cabaa12a9ee2802e30e2261bc949430c7.tar.bz2 |
gitlab-ci: Fix asan test job rules
The job runs dependently after the asan build job. Fix the rules for
the job added by commit 20bc209a0c (gitlab-ci: add clang asan job,
2021-06-07, v3.21.0-rc1~61^2).
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a964b46..f67e191 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -572,7 +572,7 @@ test:fedora34-asan: - .fedora34_asan - .cmake_memcheck_linux - .linux_builder_tags_qt - - .run_automatically + - .run_dependent dependencies: - build:fedora34-asan needs: |