Skip to content
Snippets Groups Projects
Commit 48302aa6 authored by DALLEL Mohamed's avatar DALLEL Mohamed
Browse files

Update .gitlab-ci.yml file

parent 42c08680
No related branches found
No related tags found
No related merge requests found
Pipeline #19756 failed
...@@ -21,10 +21,11 @@ test-job: ...@@ -21,10 +21,11 @@ test-job:
build-client: build-client:
stage: build stage: build
image: public.ecr.aws/lambda/nodejs:20-x86_64 image: public.ecr.aws/docker/library/node:lts
script: script:
- npm install - npm install
- npm run build - npm run build
test-client-job: test-client-job:
stage: test stage: test
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment