diff --git a/.github/workflows/VerifyModelOperational.yml b/.github/workflows/VerifyModelOperational.yml index a71a5e6..94282d0 100644 --- a/.github/workflows/VerifyModelOperational.yml +++ b/.github/workflows/VerifyModelOperational.yml @@ -30,12 +30,11 @@ jobs: run: | cd modules/ml-pipeline/src/pipeline/src dvc pull -r experiments - cd .. - name: Build Prediction docker Image run: | + cd modules/ml-pipeline/src/pipeline/ docker build . --file Prediction.Dockerfile --tag prediction_test - docker run prediction_test - name: Run Prediction docker container run: |