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