diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c65c07199c1e4d261dc478b2c219386f4bda8bd4..a748df96e74c38ed599593df25a572e9e2bc87cb 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