Skip to content
Snippets Groups Projects
Commit 7582e5af authored by Michael Blaschek's avatar Michael Blaschek :bicyclist:
Browse files

Update .gitlab-ci.yml file

parent 65b732af
No related branches found
No related tags found
No related merge requests found
...@@ -38,11 +38,13 @@ ubuntu-test: ...@@ -38,11 +38,13 @@ ubuntu-test:
- ncdump -h pres_temp_4D.nc - ncdump -h pres_temp_4D.nc
jet-build: jet-build:
image: almalinux:8.5 image: almalinux:8-minimal
stage: build stage: build
when: manual when: manual
before_script: before_script:
- dnf config-manager --set-enabled powertools
- dnf install -yq epel-release
- dnf install -yq netcdf-fortran-devel.x86_64 eccodes-devel.x86_64 netcdf.x86_64 - dnf install -yq netcdf-fortran-devel.x86_64 eccodes-devel.x86_64 netcdf.x86_64
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment