From 1e30163fe97aff3dd0db609527ed7723476ec152 Mon Sep 17 00:00:00 2001 From: Sylvain Briat Date: Wed, 5 Apr 2023 10:04:47 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7848819..2c643f4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ stages: ############## test: - stage: test + # stage: test image: docker/compose:latest variables: DOCKER_TLS_CERTDIR: '' @@ -54,4 +54,3 @@ build: - docker push $CI_REGISTRY_IMAGE:latest only: - main - \ No newline at end of file