This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch main in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=572e870ccf6946c9c1dd6556acffdadbbb0efaec commit 572e870ccf6946c9c1dd6556acffdadbbb0efaec Author: Guillem Jover <[email protected]> AuthorDate: Sun Oct 29 16:04:32 2023 +0100 build: Use test instead of installtest target in CI Reported-by: Simon Richter <[email protected]> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 333980b07..3a45c0da5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -57,4 +57,4 @@ func-tests: script: - ./configure - make - - eatmydata make -C tests installtest + - eatmydata make -C tests test -- Dpkg.Org's dpkg

