summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index f36669fd1..4dea92ec4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -27,7 +27,7 @@ unit-tests:
libtest-pod-perl libtest-pod-coverage-perl libtest-spelling-perl
libtest-synopsis-perl
- ./configure
- - make check VERBOSE=1 TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
+ - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
AUTHOR_TESTING=1
# Test whether the unit tests pass on a VPATH build.
@@ -37,7 +37,7 @@ vpath-tests:
- mkdir -p build-tree
- cd build-tree
- ../configure
- - make check VERBOSE=1 TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
+ - make check TESTSUITEFLAGS=--verbose TEST_PARALLEL=$(nproc)
# Test whether the external functional tests pass.
func-tests: