Skip to content
Snippets Groups Projects
Commit d20b12ef authored by LIOTIER MARION's avatar LIOTIER MARION
Browse files

update image for the job

parent 9a4816f6
Branches develop main
Tags 0.1.3
No related merge requests found
Pipeline #299677 passed
......@@ -32,13 +32,14 @@ test:
- test -d node_modules || npm install
- npm run test:unit
test:integration:
extends: .pre_stage_tests
test:component:
image: cypress/browsers:node-20.14.0-chrome-126.0.6478.114-1-ff-127.0.1-edge-126.0.2592.61-1
stage: tests
script:
- echo "==================================";
- echo "[info] run test:integration";
- echo "[info] run test:component";
- test -d node_modules || npm install
- npx cypress install
- npm run test:integration
# DEPLOY --------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment