diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3e7d9f1e7476df3cbaaf8e56c94979428e4a7871..79f7cbfeb42794625970722f3d4c52b274969092 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,26 +65,6 @@ test-server-side-scripting: - whereis pytest pytest3 py.test pytest-3 py.test-3 - make test-sss -# Trigger building of server image and integration tests -trigger_inttest: - stage: deploy - inherit: - variables: - # List the variables that shall be inherited, which also means they will override any equally - # named varibles in child pipelines. - - DEPLOY_REF - variables: - # Renaming variables. - F_BRANCH: $CI_COMMIT_REF_NAME - WEBUI: $CI_COMMIT_REF_NAME - TRIGGERED_BY_REPO: WEBUI - TRIGGERED_BY_HASH: $CI_COMMIT_SHORT_SHA - TRIGGERED_BY_REF: $CI_COMMIT_REF_NAME - trigger: - project: caosdb/src/caosdb-deploy - branch: $DEPLOY_REF - strategy: depend - # Build a docker image in which tests for this repository can run build-testenv: tags: [ cached-dind ]