diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 88a56bdceb67c4b8e281643d232c25ad599001a2..478acf531f05edc4986b6b84f84c77679aeb901c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,7 +1,6 @@
 image: python:latest
 
 stages:
-  - test-style
   - test
 
 before_script:
@@ -19,7 +18,7 @@ before_script:
 
   
 style:
-  stage: test-style
+  stage: test
   image: python:latest
   script:
     - black --version