Skip to content

Commit

Permalink
Merge pull request #1185 from iterative/d002-fix-workflow
Browse files Browse the repository at this point in the history
Fix failing gitlab workflow.
  • Loading branch information
tasdomas authored Sep 26, 2022
2 parents 21e417c + 6c0e582 commit fd2b758
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gitlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
services:
gitlab:
image: docker://gitlab/gitlab-ce
ports: [8000:8000]
ports: ['8000:8000']
env:
GITLAB_OMNIBUS_CONFIG: |
external_url 'http://localhost:8000/gitlab'
Expand Down

0 comments on commit fd2b758

Please sign in to comment.