]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Merge install_test_job template into the job definition as it is only used once
authorMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 13:28:47 +0000 (14:28 +0100)
committerMichał Kępień <michal@isc.org>
Fri, 18 Jan 2019 14:26:49 +0000 (15:26 +0100)
(cherry picked from commit de1948398d1055ab3b3e17e2f2512c2d6baebf55)

.gitlab-ci.yml

index 6e1dcdf094d089b002f5b83956dd55d06a3b9f8d..30487f1127723b765b9fd36cf5e0ba15c65eddd0 100644 (file)
@@ -82,11 +82,6 @@ stages:
   only:
   - merge_requests
 
-.install_test: &install_test_job
-  stage: test
-  script:
-    - make install
-
 .system_test: &system_test_job
   stage: test
   before_script:
@@ -355,7 +350,9 @@ system:sid:i386:
 
 install:sid:amd64:
   <<: *debian_sid_amd64_image
-  <<: *install_test_job
+  stage: test
+  script:
+    - make install
   dependencies:
     - sid:amd64:build
   only: