cicd: fix gitlab url

This commit is contained in:
Jean-Baptiste Pasquier 2020-04-23 11:00:27 +00:00
parent d45f6670df
commit 1164f52c2b
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ test:
stage: test
before_script:
- export PATH="$PATH:/root/.local/bin" PYTHONPATH="$SIB_PROJECT_DIR"
- pip install git+https://git.happy-dev.fr/startinblox/devops/sib.git
- pip install git+https://git.startinblox.com/djangoldp-packages/server-manager.git
- cd /builds && DJANGO_SETTINGS_MODULE="" sib startproject $SIB_PROJECT_NAME
- echo $SIB_PACKAGE_CONTENT > $SIB_PROJECT_DIR/packages.yml
- cd $SIB_PROJECT_DIR