From 9c9892fd2b93d93a7cef9fe313357768eabf0860 Mon Sep 17 00:00:00 2001
From: "sebastien.heurtematte" <sebastien.heurtematte@eclipse-foundation.org>
Date: Tue, 8 Nov 2022 18:04:29 +0100
Subject: [PATCH] ci: pipeline performance needs empty

Signed-off-by: sebastien.heurtematte <sebastien.heurtematte@eclipse-foundation.org>
---
 .gitlab-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b36ef9d..cba14d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -23,6 +23,7 @@ include:
     # For Yocto Kirkstone the baseline will move to Go 1.18.
     CI_GO_VERSION: "1.16"
     GOPATH: $CI_PROJECT_DIR.tmp/go
+  needs: []
 
 dco:
   interruptible: true
@@ -155,6 +156,7 @@ spell:
   stage: test
   image:
     name: docker.io/onirocore/npm-cspell:latest
+  needs: []
   script:
     # Note that the particular options are duplicated with what's defined in
     # Makefile. To avoid this we'd have to get zmk as an installable dependency
-- 
GitLab