Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory

Hi, I am getting this weird error now when I build my App in GitLab pipelines.

We didn’t change anything major in our code and it was working fine prior to new years for deployments.

I was reading online and I did the following test:

meteor remove standard-minifier-css standard-minifier-js

And then let it build in my pipeline, and for some reason it works now.
Any ideas on what could be causing the issue?

Just a note, the pipeline I run uses the same branch with the same code as the previous successful build, so normally it should still work.

I am unable to figure out what changed or differs.
I tried the ENV var to increase the memory but it didn’t work.

Any help or hint is appreciated.

Update I wrote to gitlab in case something changed on their end.