diff --git a/.circleci/integration-tests/Dockerfile.astro_cloud b/.circleci/integration-tests/Dockerfile.astro_cloud index 78fdcb1c5..2d3270d20 100644 --- a/.circleci/integration-tests/Dockerfile.astro_cloud +++ b/.circleci/integration-tests/Dockerfile.astro_cloud @@ -5,6 +5,7 @@ ENV AIRFLOW__CORE__DAGS_ARE_PAUSED_AT_CREATION=False ENV AWS_NUKE_VERSION=v2.17.0 USER root +COPY . . RUN ls -la databricks RUN apt-get update -y \ && apt-get install -y software-properties-common \