Verified Commit b5f0f022 authored by Dan Jones's avatar Dan Jones
Browse files

ci: ignore orphans warning on js test ci compose

...@@ -2,7 +2,8 @@ test-js: ...@@ -2,7 +2,8 @@ test-js:
stage: test stage: test
script: script:
- cd tests-js/docker - cd tests-js/docker
- docker compose up --build --remove-orphans - export COMPOSE_IGNORE_ORPHANS=True
- docker compose up --build
tags: tags:
- shell - shell
rules: rules:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment