summaryrefslogtreecommitdiff
path: root/.gitlab-ci.d/opensbi.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.d/opensbi.yml')
-rw-r--r--.gitlab-ci.d/opensbi.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.d/opensbi.yml b/.gitlab-ci.d/opensbi.yml
index 5b13047e2a..f66cd1d908 100644
--- a/.gitlab-ci.d/opensbi.yml
+++ b/.gitlab-ci.d/opensbi.yml
@@ -25,6 +25,7 @@ docker-opensbi:
build-opensbi:
stage: build
+ needs: ['docker-opensbi']
rules: # Only run this job when ...
- changes: # ... roms/opensbi/ is modified (submodule updated)
- roms/opensbi/*