fix paths

This commit is contained in:
Marco Zeisler 2021-05-11 17:40:32 +02:00
parent bfb291836b
commit 0d1d462b65

View File

@ -35,6 +35,7 @@ build_be:
- python -m venv /opt/venv - python -m venv /opt/venv
- python -m pip install --upgrade pip - python -m pip install --upgrade pip
script: script:
- cd ./backend
- python setup.py sdist - python setup.py sdist
artifacts: artifacts:
untracked: true untracked: true
@ -48,6 +49,7 @@ build_be:
lint_fe: lint_fe:
image: node:alpine image: node:alpine
script: script:
- cd ./frontend
- npm run -- ng lint - npm run -- ng lint
extends: extends:
- .lint - .lint