Commit 4bdb39e7 authored by garciadeblas's avatar garciadeblas
Browse files

Update .gitlab-ci.yml file to use ubuntu22.04 docker image to generate vnf-catalog

parent 7ac87701
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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: