diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a91ae41e4d..4a1503a2e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -156,6 +156,9 @@ build-static-retroarch-ps2: - retroarch-precompiled/ expire_in: 1 day dependencies: [] + needs: + # Dummy build requires no core + - build-static-retroarch-dummy-ps2 script: # Allow failure since we don't have a core # PS2 makefile for now doesn't allow -jX so this is why is hardcoded to -j1