diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 35dc6fe..4ed48d1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,10 @@ image: ubuntu:18.04 before_script: - - apt-get update -qq && apt-get -qq install perl-modules cmake g++ libio-socket-ssl-perl libyaml-perl + - apt-get --quiet -qq update + - apt-get --quiet -qq install perl-modules git cmake g++ libio-socket-ssl-perl libyaml-perl test: stage: build script: - prove -I modules