]> git.eshelyaron.com Git - emacs.git/commitdiff
; Further fixes in gitlab-ci.yml
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 19 Nov 2021 16:46:40 +0000 (17:46 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 19 Nov 2021 16:46:40 +0000 (17:46 +0100)
test/infra/gitlab-ci.yml

index b5222f884a9e2b14f1dbceb9848426e1bb29e250..8937bb72421a8f4143e28ad88dd48b0902283f14 100644 (file)
@@ -234,7 +234,7 @@ build-image-inotify:
 #     target: emacs-inotify
 #     make_params: "-C test check"
 
-generator:
+test-jobs-generator:
   stage: .pre
   script:
    - ./test-jobs-generator.sh > test-jobs.yml
@@ -243,11 +243,11 @@ generator:
       - test-jobs.yml
 
 test-jobs-pipeline:
-  stage: trigger
+  stage: .pre
   trigger:
     include:
       - artifact: test-jobs.yml
-        job: generator
+        job: test-jobs-generator
     strategy: depend
 
 # test-lisp-inotify: