From b3c2939fdd4809a1a95edc1dee96431777d4e604 Mon Sep 17 00:00:00 2001 From: Wei Liu Date: Fri, 5 Apr 2019 12:21:57 +0100 Subject: [PATCH] automation: fix "build each commit" test An error was introduced while rebasing 9b8b3f30. The new test shouldn't depend on anything, otherwise artefacts will be downloaded from build stage and cause the script to abort. Signed-off-by: Wei Liu --- automation/gitlab-ci/test.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/automation/gitlab-ci/test.yaml b/automation/gitlab-ci/test.yaml index c9d454abb8..d4556afe11 100644 --- a/automation/gitlab-ci/test.yaml +++ b/automation/gitlab-ci/test.yaml @@ -12,8 +12,7 @@ build-each-commit-gcc: paths: - '*.log' when: always - dependencies: - - debian-stretch-gcc-debug + dependencies: [] tags: - x86_64 except: -- 2.30.2