diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index e5f55f31c..7172bf22e 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -32,4 +32,4 @@ jobs: - uses: actions/checkout@v2 - name: Docker Build working-directory: ./integration-tests - run: docker build -t f8a-e2e-tests . \ No newline at end of file + run: docker build -t f8a-e2e-tests -f Dockerfile.tests .