Commit b74430e6 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

NBI component:

- Fixed unitary tests
- Fixed CI/CD pipeline
parent 1f345a50
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ WORKDIR /var/teraflow/mock_nbi_dependencies
COPY . .

# Get specific Python packages
RUN ls -la
RUN pip-compile --quiet --output-file=requirements.txt requirements.in
RUN python3 -m pip install -r requirements.txt