From 05858bb470a223f3619c07c9dac96715e4a3e6c7 Mon Sep 17 00:00:00 2001 From: Daniel <d.hornung@indiscale.com> Date: Thu, 11 May 2023 16:47:53 +0200 Subject: [PATCH] WIP: Rename caosdb -> linkahead --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c65c0719..a748df96 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -139,10 +139,10 @@ unittest_py37: tags: [docker] stage: unittest image: python:3.7 - # TODO rename to linkahead + # TODO rename to linkahead, replace branch by dev script: &python_test_script - pip install nose pandas pytest pytest-cov gitignore-parser openpyxl>=3.0.7 xlrd==1.2 h5py - - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@dev + - pip install git+https://gitlab.indiscale.com/caosdb/src/caosdb-pylib.git@f-linkahead-rename - pip install . - pytest --cov=linkaheadadvancedtools unittests -- GitLab