diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41240a823c51171a4aac1d63d514e2c4436a4d72..b34b17c25dfa6eaaccb5745c0fb56f59980ac0b4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,6 +5,7 @@ stages: ubuntu-build: image: ubuntu:18.04 stage: build + when: manual before_script: - apt-get update -qq && apt-get install -y -qq gfortran libnetcdf-dev libnetcdff-dev libeccodes-dev netcdf-bin @@ -43,7 +44,6 @@ jet-build: when: manual before_script: - - microdnf config-manager --set-enabled powertools - microdnf install -yq epel-release - microdnf install -yq netcdf-fortran-devel.x86_64 eccodes-devel.x86_64 netcdf.x86_64