Skip to content
Snippets Groups Projects
Commit 913175b0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Compute component:

- fix CI/CD pipeline unit tests
parent 54af5bbf
No related branches found
No related tags found
1 merge request!54Release 2.0.0
...@@ -66,6 +66,8 @@ COPY src/compute/. compute/ ...@@ -66,6 +66,8 @@ COPY src/compute/. compute/
COPY src/context/. context/ COPY src/context/. context/
COPY src/service/. service/ COPY src/service/. service/
COPY src/slice/. slice/ COPY src/slice/. slice/
RUN mkdir -p /var/teraflow/tests/tools
COPY src/tests/tools/mock_osm/. tests/tools/mock_osm/
# Start the service # Start the service
ENTRYPOINT ["python", "-m", "compute.service"] ENTRYPOINT ["python", "-m", "compute.service"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment