Skip to content

Commit fd2b758

Browse files
author
Domas Monkus
authored
Merge pull request #1185 from iterative/d002-fix-workflow
Fix failing gitlab workflow.
2 parents 21e417c + 6c0e582 commit fd2b758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitlab.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
services:
77
gitlab:
88
image: docker://gitlab/gitlab-ce
9-
ports: [8000:8000]
9+
ports: ['8000:8000']
1010
env:
1111
GITLAB_OMNIBUS_CONFIG: |
1212
external_url 'http://localhost:8000/gitlab'

0 commit comments

Comments
 (0)