diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index af5398e22a77363683d08ed53da347c594f40b77..3684d30ba0c65c1beeca1aa8eaedfbb20e37eed4 100755
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -13,18 +13,16 @@ stages:
   - test
   - deploy
 
-# PHP v7.4
-test-74:
+test-80:
   tags:
     - niif-hu-docker
   stage: test
-  image: cicnavi/dap:74
+  image: cicnavi/dap:80
   script:
     - composer install --prefer-dist --no-progress --no-suggest
     - vendor/bin/psalm --clear-cache
     - composer run-script pre-commit
 
-# PHP v8.1
 test-81:
   tags:
     - niif-hu-docker