diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index aa6cc33a..881ee209 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ build_job: image: node:14 script: - df -h + - lsb_release -a - apt-get update && apt-get install -y unzip - apt-get install -y software-properties-common ca-certificates lsb-release apt-transport-https - LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php