From c7a3afab8cb5db93aed352e34b3e206cd28700d7 Mon Sep 17 00:00:00 2001 From: Jonas Zohren <git-pbkyr@jzohren.de> Date: Sat, 25 Feb 2023 13:24:13 +0100 Subject: [PATCH] fix: CI: don't require non-existing test --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2fc6bfb..7c21230 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,8 +29,7 @@ build_docker_branches: - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" pages: - needs: - - "test" + needs: [] stage: "deploy" image: "node:18-alpine" script: @@ -44,7 +43,6 @@ pages: deploy_to_caprover: needs: - - "test" - "build_docker_main" stage: "deploy" image: -- GitLab