Electron Issue With GItlab CI (GItlab.com)

I am trying to build a electron app for windows on gitlab.com using a docker image. I’ve tried various images (including build one myself) and when I have Gitlab’s CI runner build it is says that it can see electron in the devDependencies. I have checked and double checked my files and its listed.
What am I doing wrong?

Here is the output of my build :http://pastebin.com/kFkdfNKj
Here is my package.json http://pastebin.com/jQiuGdTU
and here is my gitlab-ci.yaml file http://pastebin.com/QNNmU1mJ

@CursiveD Did you manage to fix this issue ?