.gitlab-ci.yml updated v103
This commit is contained in:
parent
3bed56dbe8
commit
1ec79ead27
1 changed files with 1 additions and 0 deletions
|
|
@ -20,6 +20,7 @@ def run_docker(folder_name, date):
|
|||
subprocess.call('docker compose pull', shell=True)
|
||||
subprocess.call('docker compose build --no-cache', shell=True)
|
||||
subprocess.call('docker compose up --abort-on-container-exit --exit-code-from clearing_system', shell=True)
|
||||
logging.info(os.listdir(f"{CLR_TEST_DIR}/mnt/results"))
|
||||
os.chdir("..")
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue