diff --git a/includes/tests/codeception.yml b/includes/tests/codeception.yml
index 57edb07a80e0268a9f9ee951c00dfdda95e53016..522f5a280638e566c868ec86d837492059aa6daf 100644
--- a/includes/tests/codeception.yml
+++ b/includes/tests/codeception.yml
@@ -77,7 +77,7 @@
     - echo "End before"
     - cd ${CI_PROJECT_DIR}
   script:
-    - vendor/bin/codecept run --steps --xml --html -f --verbose
+    - vendor/bin/codecept run acceptance --steps --xml --html -f --verbose
   after_script:
     - !reference [.after-codeception, after_script]
     - 'if [[ ${REPORTPORTAL_AUTHORIZATION} && ${REPORTPORTAL_PROJECT} ]]; then curl -X POST "http://195.201.225.204:8080/api/v1/${REPORTPORTAL_PROJECT}/launch/import" -H "accept: */*" -H "Content-Type: multipart/form-data" -H "${REPORTPORTAL_AUTHORIZATION}" -F "file=@tests/codeception/tests/_output/report.xml;type=text/xml;filename=${CI_PROJECT_NAME}-${CI_COMMIT_REF_SLUG}-codeception.xml"; fi'