Re: Basic gitlab-ci.yml for Perl module fails

2018-03-20 Thread Loris Bennett
The problem is that the test is being carried out in the wrong directory. I added a 'cd' to the script part of the job and everything now works fine. On Monday, 19 March 2018 17:07:46 UTC+1, Loris Bennett wrote: > > Hi, > > I'm new to CI with Gitlab and have just created a basic Perl module and

Basic gitlab-ci.yml for Perl module fails

2018-03-19 Thread Loris Bennett
Hi, I'm new to CI with Gitlab and have just created a basic Perl module and can run prove in the following way: $ prove -l t t/00-load.t ... 1/? # Testing Foo::Bar 0.01, Perl 5.024001, /usr/bin/perl t/00-load.t ... ok t/manifest.t .. skipped: Author tests not required for inst