From 0d1d462b65923c36d2033363b349a82692af30cb Mon Sep 17 00:00:00 2001 From: Marco Zeisler Date: Tue, 11 May 2021 17:40:32 +0200 Subject: [PATCH] fix paths --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b257519..b30a936 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -35,6 +35,7 @@ build_be: - python -m venv /opt/venv - python -m pip install --upgrade pip script: + - cd ./backend - python setup.py sdist artifacts: untracked: true @@ -48,6 +49,7 @@ build_be: lint_fe: image: node:alpine script: + - cd ./frontend - npm run -- ng lint extends: - .lint