From cc6638d4687e9b6736dee6263e2a19ef88c18aa3 Mon Sep 17 00:00:00 2001 From: Alexander Pace <alexander.pace@ligo.org> Date: Tue, 19 Mar 2019 16:28:13 -0500 Subject: [PATCH] Update .gitlab-ci.yml: install package bc for the offline makefile test --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fac110aa1e..b85a8639ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -333,6 +333,7 @@ test:offline: #- yum -y install texlive-base texlive-dvipng #- yum -y install texlive-latex texlive-latex-base-doc texlive-latex-fonts texlive-latex-bin texlive-latex-bin-bin #- yum -y install texlive-pictures texlive-pstricks texlive-pstricks-doc + yum -y install bc # Get the necessary ROM data: - git clone https://git.ligo.org/alexander-pace/gstlal-testing-data.git ${GSTLAL_DIR}/gstlal-testing-data -- GitLab