Commit edd69dbb authored by mic's avatar mic

Update .gitlab-ci.yml

parent fb131ab8
Pipeline #22 failed with stages
in 3 minutes and 9 seconds
......@@ -23,7 +23,7 @@ build:
- cd react-client && npm install && npm run build
artifacts:
paths:
- build/
- react-client/build/
tags: ['react-client']
......@@ -31,5 +31,5 @@ test:
stage: test
script:
- echo "packaging"
- tar -zvf build
- tar -zvf react-client/build
tags: ['react-client']
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment