From a326b12788970c94f509bf1039bff1dc876d2bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lo=CC=88ffler?= Date: Mon, 29 Oct 2018 16:23:03 +0100 Subject: [PATCH] Change location of include file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f490e88..fafafa9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -include: 'https://git-t3o.typo3.org/t3o/gitlab-main-site/raw/master/.gitlab-ci.yml' +include: 'https://git-t3o.typo3.org/t3o/t3olayout/raw/develop/Configuration/GitLab/t3o-builds.yml' variables: GIT_STRATEGY: "none" -- GitLab