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