소스 검색

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: