Skip to content

Commit 89722f8

Browse files
committed
Include CIs by absolute URL addresses
1 parent da54237 commit 89722f8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
include:
2-
- project: 'ci-tools/container-image-ci-templates'
2+
- project: 'https://gitlab.cern.ch/ci-tools/container-image-ci-templates'
33
file: 'kaniko-image.gitlab-ci.yml'
4-
- 'test-image/.gitlab-ci.yml'
4+
- project: 'https://gitlab.cern.ch/mfatouro/unpack-to-cvmfs'
5+
file: 'test-image/.gitlab-ci.yml'
56

67
stages:
78
- build

0 commit comments

Comments
 (0)