瀏覽代碼

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).
Brad King 4 年之前
父節點
當前提交
915ef42cab
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .gitlab-ci.yml

+ 1 - 1
.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: