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

Update .gitlab-ci.yml file
parent 2898ce0c
No related branches found
No related tags found
No related merge requests found
Pipeline #19755 failed
......@@ -17,4 +17,15 @@ test-job:
stage: test
script:
- pip3 install -r requirements.txt
- python3 -m pytest
- python3 -m pytest
build-client:
stage: build
image: public.ecr.aws/lambda/nodejs:20-x86_64
script:
- npm install
- npm run build
test-client-job:
stage: test
script:
- echo "testing frontend"
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