Skip to content
Snippets Groups Projects
Commit d43f0eef authored by Marilena Bandieramonte's avatar Marilena Bandieramonte
Browse files

Update CI with before script install of sqlite3 to fix GeoModelIO build

parent f760f414
No related branches found
No related tags found
No related merge requests found
Pipeline #1700773 passed with warnings
...@@ -24,6 +24,8 @@ variables: ...@@ -24,6 +24,8 @@ variables:
image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu/base-image:latest image: gitlab-registry.cern.ch/mbandier/geant4-ubuntu/base-image:latest
tags: tags:
- docker - docker
before_script:
- apt-get update -qq && apt-get install -y -qq libeigen3-dev libsqlite3-dev
.geomodelcore-build-template-job: &geomodelcore-job .geomodelcore-build-template-job: &geomodelcore-job
stage: deps-geomodelcore stage: deps-geomodelcore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment