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:
stage: test
script:
- cd tests-js/docker
- docker compose up --build --remove-orphans
- export COMPOSE_IGNORE_ORPHANS=True
- docker compose up --build
tags:
- shell
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