I’m using IONIC for testing. After pushing code to master, I see error in my build
Running with gitlab-ci-multi-runner 9.1.0 (0118d89) on Prod Snapshot Builds 1 (c9648220) Using Shell executor... Running on ip-10-2-57-120... Cloning repository... Cloning into '/home/gitlab-runner/builds/c9648220/1/project-1'... Checking out 610359a6 as master... Skipping Git submodules setup $ fetch-updates Checking for build process updates... $ build-app Fetching build dependencies... Running: npm install npm WARN deprecated object-keys@0.2.0: Please update to the latest object-keys npm ERR! code E404 npm ERR! 404 Not Found: mx.ferreyra.callnumber@~0.0.2 npm ERR! A complete log of this run can be found in: npm ERR! /home/gitlab-runner/.npm/_logs/2017-10-20T03_18_59_349Z-debug.log npm install failed Running after script... $ clean-up Cleaning up files... Successful clean up ERROR: Job failed: exit status 1
I tried to push new code 4-5 times but no luck.
My app still run when I build on ubuntu (ionic cordova build android --prod --release).