I am using gitlab runner on windows and runner is removing my artifact before my deploy stage is called
Running with gitlab-runner 10.7.1 (b9bba623)
on Gitlab runner 8953950b
Using Shell executor...
Running on DZIVOPC...
Fetching changes...
Removing dist/
Removing node_modules/
Why is this happening.
From documnetation
Artifacts:
You can only use paths that are within the project workspace. To pass artifacts between different jobs, see dependencies.
Then in dependencies:
Note that artifacts from all previous stages are passed by default.
I have tried both with and without and with cache and without. Still nothing :)