diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b5d8a35a3c6d8f434e1ec0d65a1275ad63f282a2..244becf34c3359956adf3b7414824436b44932b7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,4 +1,6 @@
 image : python:3.5
 
 test:
+  stage: test
+  script:
   - echo "hello"
\ No newline at end of file