You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
272 B

stages:
- build
build_frontend:
stage: build
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build
before_script:
- cp -r Frontend/src/ /workdir/src/
script:
- pwd
- ls -la
- cd /workdir
- npm run build
- ls -la /workdir/public