diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2790dbe8887df1fd195a21e1cb0331f0fffa12a..aa86f826e32aa8cc234460cb65000b54a0f9aa9a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,9 +1,5 @@
-stages:
-  - test
-  - build
 
 test_api:
-  stage: test
   before_script:
     - docker-compose -f api/test.yml build
   script:
@@ -15,7 +11,6 @@ test_api:
     - dind
 
 build_front:
-  stage: build
   image: node:6-alpine
   before_script:
     - cd front
@@ -39,7 +34,6 @@ build_front:
 
 
 pages:
-  stage: test
   image: alpine
   before_script:
     - cd docs