From 214b51a2931bb8c3d3c13b5a99c7391d906c7e85 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Mon, 5 Jun 2023 17:25:22 +0100 Subject: [PATCH] DEV-154 fix CI --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 579e9a6..54ee3d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ build: - image: sonarqube-scripts:${CI_COMMIT_BRANCH} + image: python:3.8-slim-buster services: - name: python:3.8-slim-buster stage: build -- GitLab