Skip to content
Snippets Groups Projects
Commit 088e9cc9 authored by dgelessus's avatar dgelessus
Browse files

Fix Git not being installed on GitLab CI

parent 5e6df9bf
No related branches found
No related tags found
No related merge requests found
Pipeline #37162 passed
......@@ -11,7 +11,7 @@ default:
- .gradle/wrapper
before_script:
- apt-get update
- apt-get install --assume-yes jupyter-client jupyter-console
- apt-get install --assume-yes git jupyter-client jupyter-console
- export GRADLE_USER_HOME="${PWD}/.gradle"
test:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment