diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 149cfaa8ee403502a6e29b796bb8b000825fddda..8ae9ff2fd8578cf780b9fe2a282c83067642956d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,13 +1,10 @@ include: - project: pole-is/tools/ci-config - ref: "2.2.1" - file: /defaults.yml - - project: pole-is/tools/ci-config - ref: "2.2.1" - file: /php/package.yml - - project: pole-is/tools/ci-config - ref: "2.2.1" - file: /nodejs/base.yml + ref: "4.0.0" + file: + - /defaults.yml + - /php/package.yml + - /nodejs/base.yml stages: - vendor