From: garciadeblas Date: Thu, 3 Jul 2025 14:51:34 +0000 (+0200) Subject: Revert "Pin specific python3.10 image for dependency_scanning job in gitlab-ci.yml" X-Git-Tag: v18.0.0~7 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F70%2F15270%2F1;p=osm%2FLCM.git Revert "Pin specific python3.10 image for dependency_scanning job in gitlab-ci.yml" This reverts commit 321413c588953af02328e26cc2d7cbbe14555dc6. Change-Id: I98d908d2a0ab6f3db2f72790d4b0bdcc4675fb6d Signed-off-by: garciadeblas --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 97269616..eb9750e4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,18 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -# Global image for the CI/CD pipeline. -# This image is used for all jobs unless overridden by a specific job. -# image: python:3.10 - include: - project: 'devops/cicd' file: '/templates/osm-base.yml' - -gemnasium-python-dependency_scanning: - image: python:3.10 - # variables: - # PIP_CACHE_DIR: "$CI_PROJECT_DIR/.cache/pip" - # before_script: - # - python --version - # - pip install -r requirements.txt