Skip to content
Snippets Groups Projects
Verified Commit c7a3afab authored by Jonas Zohren's avatar Jonas Zohren :speech_balloon:
Browse files

fix: CI: don't require non-existing test

parent dbdc64f8
No related branches found
No related tags found
No related merge requests found
Pipeline #145962 passed
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment