From 1f9566cbb039ceddc416cc6851de3385bb40f0a1 Mon Sep 17 00:00:00 2001 From: Emma Anholt Date: Tue, 21 Jun 2022 08:41:44 -0700 Subject: [PATCH] ci/bare-metal: Remove "stage: test" from .baremetal-test. This is not one of the valid stages in the top level "stages:" declaration, you're supposed to get your stage from your test-source-dep.yml include. Avoids issues when .baremetal-test gets included after your test-source-dep. Acked-by: Daniel Stone Part-of: --- .gitlab-ci/test/gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci/test/gitlab-ci.yml b/.gitlab-ci/test/gitlab-ci.yml index 2b2499568b0..1dd8cfdc3a3 100644 --- a/.gitlab-ci/test/gitlab-ci.yml +++ b/.gitlab-ci/test/gitlab-ci.yml @@ -120,7 +120,6 @@ - .test # Cancel job if a newer commit is pushed to the same branch interruptible: true - stage: test before_script: - !reference [default, before_script] # Use this instead of gitlab's artifacts download because it hits packet.net