diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf7939af5..719218af8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -105,18 +105,6 @@ test:unit: tags: - docker -test:unit-common: - stage: test - dependencies: - - build:source - script: - - mkdir -p build && cd build - - cmake .. && make unit-tests-common - - "common/tests/unit-tests-common || true" - image: ${DOCKER_IMAGE_DEV}:${DOCKER_TAG_DEV} - tags: - - docker - test:integration: stage: test dependencies: