CI runner, where is the build

Hi,

Today I decided to start using Gitlab CI-runner. for my project. My project runs on an EC2 Ubuntu server and is a NodeJS application. I have installed the “gitlab-runner” on the same Ubuntu box and registered the runner succesfully. I created a YML file and commited something… All went fine.

Now, after spending 3 hours on tutorials, etc… I haven’t figured out how to pull in the build from my gitlab project to the Ubuntu box. Does this go automatically and I dont where it’s located or do I have pull it in myself via the YML file?

Perhaps its a very stupid questions but nothing is document about this in the Gitlab manuals.

Thanks!

Aart

Try specifying artifacts like so:

  artifacts:
    paths:
      - release/*.jar