diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8f4c5fa2f4e7ba44665a3467582568c81451fec5..5c87d4984fcadc04d3a34c6759c70007b4bf1cf4 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -21,11 +21,6 @@ variables:
   GH_REGISTRY_USER: eic
   GH_PUSH: 1
 
-  ## TLS error resiliency: number of retries and second wait between tries 
-  ## (wait time is doubled with each attempt)
-  DOCKER_NTRIES: 5
-  DOCKER_WAIT_TIME: 5
-
   ## Number of jobs to start during container builds
   JOBS: 32