diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index eab56264b313b1ad1ab2cff00f8b7ffde642ab7b..ec5bbda6c8c9d0ce4a1df38abe3b5a94b89f8c95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,9 @@ stages:
 
 test:
   stage: test
-  image: composer:latest
+  image: composer:1.10.1
   script:
-    - composer install --prefer-dist --no-ansi --no-progress --no-suggest --no-interaction
+    - composer install --prefer-dist --no-ansi --no-progress --no-interaction
   cache:
     paths:
       - vendor/