Hello!
I'm rearranging my code and transferring repositories to different workspaces. I'm creating workspaces per stack or language for simplicity.
For example, I have transferred
https://bitbucket.org/Laivindur/blockchain-full-stack
to
https://bitbucket.org/wks-javascript/blockchain-full-stack
The repository blockchain-full-stack has a pipeline which I have been able to execute while being in the former workspace. However, now, the new workspace is unable to execute pipelines.
Whenever I check the side menu "Pipelines" (from the new workspace), I see the execution history, but I got a banner showing the following

If I follow the link, I get the following error

I have noticed that, unlike my former workspace, the new workspace has no "Pipeline" app installed, hence I can't enable pipelines at repository level.
Is there any restriction between the number of workspaces we own and the pipeline app?