On Sat, Feb 04, 2023 at 12:36:27AM -0300, Leonardo Bras wrote: > Call make -C CodeSamples/ check on test_codesamples, so any runtime error > can be detected by Gitlab-CI. > > Signed-off-by: Leonardo Bras <leobras.c@xxxxxxxxx> I queued and pushed all three, thank you! Thanx, Paul > --- > utilities/gitlab-ci.yml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/utilities/gitlab-ci.yml b/utilities/gitlab-ci.yml > index f2cb1c8e..7f50f12a 100644 > --- a/utilities/gitlab-ci.yml > +++ b/utilities/gitlab-ci.yml > @@ -12,6 +12,7 @@ test_codesamples: > > script: > - make -C CodeSamples/ > + - make -C CodeSamples/ check > > generate_pdfs: > stage: build > -- > 2.39.1 >