diff --git a/gitlab-ci/Dockerfile b/gitlab-ci/Dockerfile
index ebc42ac3632daef69b78bea51018b7c37f62ba42..3f9a25eb93a14e1cdbc48eb608a22bb1623e92a2 100644
--- a/gitlab-ci/Dockerfile
+++ b/gitlab-ci/Dockerfile
@@ -165,7 +165,7 @@ RUN cpanm -L "$EXTLIB" --notest --verbose --no-interactive \
       Perl::Critic::Policy::Variables::ProhibitLoopOnHash \
       Search::Elasticsearch@6.81 \
       && rm -Rf $PERL_CPANM_HOME/work/* \
-    ; \
+    ;
     RUN mkdir -p "/root/.cache/"
 
 WORKDIR ${GITDIR}