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: ...@@ -29,8 +29,7 @@ build_docker_branches:
- if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH" - if: "$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH"
pages: pages:
needs: needs: []
- "test"
stage: "deploy" stage: "deploy"
image: "node:18-alpine" image: "node:18-alpine"
script: script:
...@@ -44,7 +43,6 @@ pages: ...@@ -44,7 +43,6 @@ pages:
deploy_to_caprover: deploy_to_caprover:
needs: needs:
- "test"
- "build_docker_main" - "build_docker_main"
stage: "deploy" stage: "deploy"
image: image:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment