Skip to content
Snippets Groups Projects
Commit 8ce6ceb9 authored by moDall's avatar moDall
Browse files
parents f42b45c1 48302aa6
Branches
No related tags found
No related merge requests found
Pipeline #19757 failed
......@@ -18,3 +18,15 @@ test-job:
script:
- pip3 install -r requirements.txt
- python3 -m pytest
build-client:
stage: build
image: public.ecr.aws/docker/library/node:lts
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.
Please register or to comment