diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index e44026ae3e1c89bd7976dd9b0ec2f0215f3fc9ed..aee5f406af094a58a6689a5f45aa84a444e4eb64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -34,7 +34,7 @@ test-backend: test-frontend: stage: test - image: node:latest + image: cypress/base:10 only: - develop - master