]> 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 13:28:47 +0000 (14:28 +0100)
.gitlab-ci.yml

index e652edc09a235ba2969d8330385ed7474d86e6f5..33989bbddecf113042a80cf1f7bd9f1fa457a437 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
   retry: 2
@@ -356,7 +351,9 @@ system:sid:i386:
 
 install:sid:amd64:
   <<: *debian_sid_amd64_image
-  <<: *install_test_job
+  stage: test
+  script:
+    - make install
   dependencies:
     - sid:amd64:build
   only: