diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 100e8e3833848ddd53397ba0115cb1640c86364c..342c25a448e8492fec9436bd6e0cfadaf953164d 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,10 +3,6 @@ image: php:fpm-alpine
 services:
   - mysql:5.7
 
-stages:
-  - test
-  - deploy
-
 cache:
   paths:
   - vendor/
@@ -40,7 +36,6 @@ before_script:
   - php importersql.php
 
 test:
-  stage: test
   script:
     - composer test
   artifacts:
@@ -48,7 +43,6 @@ test:
     - report/
 
 pages:
-  stage: deploy
   dependencies:
     - test
   script: