From b398dfb93af12eff67883a8fe20d99e553003fed Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Oct 28 2023 20:55:06 +0000 Subject: Update CI validation test - Use validation instead of testing container image - Drop prepare_test_env (Salt is not needed at this stage) Signed-off-by: Georg Pfuetzenreuter --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 126e59e..392d9ab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,9 +6,8 @@ stages: - deploy validate: + image: registry.opensuse.org/opensuse/infrastructure/containers_tumbleweed/heroes-salt-validation:latest stage: validate - before_script: - - bin/prepare_test_env.sh -i opensuse script: bin/test_validate.sh tags: - docker