From a4a079c7379e90250f0c4c059841d3b1ae460655 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Peters?= <soe.peters@tu-braunschweig.de> Date: Tue, 1 Nov 2022 14:23:52 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9c3215e..7c66cc1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: jupyter-build: stage: build - image: python:slim + image: python:3.10-slim script: - pip install -U jupyter-book - jupyter-book clean . -- GitLab