Hi,
We are using Bitbucket as our CI system, and our project is based on the nRF5340. I can compile the project locally in VS Code without any issues.
Previously, we were using SDK v2.9 in both VS Code and Bitbucket, and everything worked fine. Due to some technical requirements, I switched to SDK v3.0.2. The project still builds successfully in VS Code with SDK v3.0.2, but when I updated Bitbucket to use the same version, I encountered the following error during compilation:
No board named 'nrf5340dk_nrf5340' found.
Could you please advise me on how to resolve this issue?
This is my yml file:

Thanks,
Alireza