Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ variables: build-local-repository: # Builds the repository locally but does not push if this is a new MR that # is still in development image: python:3.10 image: ubuntu:22.04 stage: build script: *default_script artifacts: Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -33,7 +33,7 @@ variables: build-local-repository: # Builds the repository locally but does not push if this is a new MR that # is still in development image: python:3.10 image: ubuntu:22.04 stage: build script: *default_script artifacts: Loading