From: Michał Kępień Date: Fri, 18 Jan 2019 13:28:47 +0000 (+0100) Subject: Merge install_test_job template into the job definition as it is only used once X-Git-Tag: v9.13.6~47^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=de1948398d1055ab3b3e17e2f2512c2d6baebf55;p=thirdparty%2Fbind9.git Merge install_test_job template into the job definition as it is only used once --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e652edc09a2..33989bbddec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: