diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9306aed7b2f2aa6d84739f8ba2d107a8030c897b..d5df5642afd2be8c7613c83eb0d7969e070681d0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ before_script:
   - export NG_CLI_ANALYTICS="false"
   - export MAVEN_USER_HOME=`pwd`/.maven
 
-nohttp:
+checkstyle:
   stage: check
   script:
     - ./mvnw -ntp checkstyle:check -Dmaven.repo.local=$MAVEN_USER_HOME