diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 7fa420e3a31a0323d19f24cf9e337042b29c8ae5..9e90186f4cda41f2959477d63290b2f465c7ff4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -96,6 +96,7 @@ demo:aws-qa:
   script:
     - apk --no-cache add --update python python-dev py-pip
     - pip install ecs-deploy
+    - eval $(aws ecr get-login --no-include-email --region eu-west-1 | sed 's|https://||')
     - ecs deploy --region eu-west-1 ${CLUSTER_NAME} ${IMAGE_REPO}:${CI_COMMIT_SHA} --tag ${CI_COMMIT_SHA}
 
 demo:staging: