Commit 3059ad4e authored by Raphael Defosseux's avatar Raphael Defosseux

fix(ci): fix running simulators

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent a0fae95c
......@@ -974,6 +974,7 @@ class Containerize():
return
cmd = 'cd ' + self.yamlPath[0] + ' && cp docker-compose.y*ml docker-compose-ci.yml'
subprocess.run(cmd, shell=True)
imageNames = ['oai-enb', 'oai-gnb', 'oai-lte-ue', 'oai-nr-ue', 'oai-lte-ru']
for image in imageNames:
tagToUse = self.ImageTagToUse(image)
......
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