From cfe0dcdfd32b5aa3f580405681b4a66483579ee6 Mon Sep 17 00:00:00 2001 From: Daniel Hornung <d.hornung@indiscale.com> Date: Wed, 8 Jun 2022 16:10:01 +0200 Subject: [PATCH] WIP TEST: no test --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 41aee3e..7939e88 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ variables: image: $CI_REGISTRY_IMAGE stages: - setup - - test + # - test - deploy ######## Setup ######## -- GitLab