Hey guys! I'm using gitlab to host my project and their's CI feature to build the site.
I'm running Middleman with ruby:2.4.1 and node 8.4. I use this setup in both my machine and the gitlab ci runner.
The search.json file built by each machine is different. In my machine in both environment (development and build env) the index is the same. Im running a simple handmade sitemap.xml by going trough Middleman's sitemap and is the same in both machines (although the order the items is different).
There's any way to see a log of what's getting into the index? Maybe that could help me to understand whats wrong.
regards