From 40c29ba787d23ce445899fb7dc0ca0be83b048ce Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Mon, 5 Jun 2023 17:27:14 +0100 Subject: [PATCH] DEV-154 fix CI --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 54ee3d0..629a09e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,7 +1,7 @@ build: - image: python:3.8-slim-buster - services: - - name: python:3.8-slim-buster + #image: python:3.8-slim-buster + #services: + # - name: python:3.8-slim-buster stage: build script: - docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY -- GitLab