.gitlab-ci.yml updated v51

This commit is contained in:
Ivan Nikolaev-Axenov 2024-06-03 12:30:56 +03:00
parent 6d84ba760e
commit 6f1ee644bf

View file

@ -11,7 +11,8 @@ CLR_TEST_DIR = os.environ['CLR_TEST_DIR']
def run_docker(folder_name):
print(f"Running docker-compose for {folder_name}")
os.chdir(CLR_TEST_DIR)
subprocess.call("docker compose up -V --build --abort-on-container-exit --exit-code-from clearing_system", shell=True)
#subprocess.call("docker compose down --volumes", shell=True)
subprocess.call("docker compose up --build --abort-on-container-exit --exit-code-from clearing_system", shell=True)
os.chdir("..")