diff options
author | Brad King <brad.king@kitware.com> | 2021-10-06 15:40:59 -0400 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-10-06 15:42:12 -0400 |
commit | 915ef42cabaa12a9ee2802e30e2261bc949430c7 (patch) | |
tree | bb2144e6ec23ca5fecbb0782928e862b96bfd9d6 /.gitlab-ci.yml | |
parent | 49392b591dd32732d101e7983f528f6560e7f7b5 (diff) | |
download | cmake-915ef42cabaa12a9ee2802e30e2261bc949430c7.tar.gz |
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).
Diffstat (limited to '.gitlab-ci.yml')
-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 a964b46da3..f67e1916af 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: |