|
|
|
@ -6,7 +6,7 @@ build_frontend: |
|
|
|
stage: build |
|
|
|
stage: build |
|
|
|
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build |
|
|
|
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build |
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
- cp -r src/ /workdir/src/ |
|
|
|
- cp -r /Frontend/src/ /workdir/src/ |
|
|
|
script: |
|
|
|
script: |
|
|
|
- pwd |
|
|
|
- pwd |
|
|
|
- ls -la |
|
|
|
- ls -la |
|
|
|
|