Przeglądaj źródła

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 lat temu
rodzic
commit
915ef42cab
1 zmienionych plików z 1 dodań i 1 usunięć
  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: