gitlab-ci: avoid pager for "run-test.sh"

In particular, `dpkg -l` likes to show a pager, when you are on the
terminal. Being on the terminal happens, if you try to reproduce
a test on your own container. So let's avoid that.
This commit is contained in:
Thomas Haller 2022-05-11 22:12:56 +02:00
parent 19a96f64ed
commit f6f961f381
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -2,6 +2,8 @@
set -ex
export PAGER=cat
IS_FEDORA=0
IS_CENTOS=0
IS_ALPINE=0