Runner exits and fails before artifacts gets downloaded
Summary
CI Pipeline executes build stage perfectly and once it starts test job it fails immediately. Re-runing the test stage does not fix the problem, but deleting the job folder(NOT JUST CONTENTS) and then re-run works. It is ocurring on Windows runner configured to "Shell" executor.
Steps to reproduce
Run attached YAML on Windows runner _gitlab-ci.yml.txt
Actual behavior
Test stage fails
Expected behavior
Log containing "Downloading artifacts for build (X)..." message and not just exit
Relevant logs and/or screenshots
Failing log:
Running with gitlab-ci-multi-runner 1.9.2 (ade6572)
Using Shell executor...
Running on X...
Skipping Git repository setup
ERROR: Build failed: exit status 1
After deleting projects workspace on runner stage works:
Running with gitlab-ci-multi-runner 1.9.2 (ade6572)
Using Shell executor...
Running on X...
Skipping Git repository setup
Downloading artifacts for build (68)...
Downloading artifacts from coordinator... ok id=68 responseStatus=200 OK token=XXXX
Environment description
Internal Gitlab 8.15.4 instance installed using omnibus package.
Used GitLab Runner version
Version: 1.9.2
Git revision: ade6572
Git branch:
GO version: go1.7.4
Built: Thu, 05 Jan 2017 01:15:21 +0000
OS/Arch: windows/amd64