Skip to content

Commit 51b2168

Browse files
committed
gitlab-ci: fix yuml macro substitution
1 parent 16782de commit 51b2168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ build_docs_job:
4545
# Here definitions of particular build enviroments start
4646

4747
build_debian_8:
48-
<<: build_unix_def
48+
<<: *build_unix_def
4949
tags:
5050
- jessie
5151
- 64bit
5252

5353
build_debian_7_32:
54-
<<: build_unix_def
54+
<<: *build_unix_def
5555
tags:
5656
- wheezy
5757
- 32bit

0 commit comments

Comments
 (0)