Skip to content
Snippets Groups Projects
Verified Commit 4539ba97 authored by David Beniamine's avatar David Beniamine
Browse files

Better network creation

parent d5d4c11f
No related branches found
No related tags found
No related merge requests found
Pipeline #786 passed
......@@ -22,7 +22,7 @@ composer:
before_script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker pull $TEST_IMAGE
- docker network ls -f name=rekall || docker network create rekall
- docker network inspect rekall || docker network create rekall
- docker ps -a -f name=mysql | grep mysql && docker rm mysql || true
- docker ps -a -f name=rekall | grep rekall && docker rm rekall || true
rules:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment