diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6c7425beeda3d9aa7ec6d7978997f9eb8f84148d..edaf431d9a6c34b8b0dd7a91513d5619ca36a548 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -3,9 +3,8 @@ stages:
     - staging
 
 test-frontend:
-  image: node:latest
+  image: circleci/node:10.14-browsers
   stage: test
-  addons: chrome:stable
   script: 
     - npm install -g testcafe
     - testcafe chrome frontend-test.js --skip-js-error