TNO Intern

Commit d4313879 authored by Arjo Segers's avatar Arjo Segers
Browse files

Fixed generation of documentation on GitLab pages.

parent 7de20659
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# The Docker image that will be used to build your app
image: python:latest-slim
image: python:3.11-slim

# Functions that should be executed before the build script is run
before_script:
+1 −1
Original line number Diff line number Diff line
@@ -283,7 +283,7 @@ This should now be done when code is changed using a '*pipeline*'.
   .. sourcecode:: yaml

      # The Docker image that will be used to build your app
      image: python:latest-slim
      image: python:3.11-slim

      # Functions that should be executed before the build script is run
      before_script: