Unverified Commit 6afb3c08 authored by Tom Moulard's avatar Tom Moulard
Browse files

runner: fixing typo in gitlab url

parent 074e6d8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ services:
    labels:
      - 'traefik.enable=false'
    environment:
      - 'GITLAB_URL=https://gitlab${SITE}/'
      - 'GITLAB_URL=https://gitlab.${SITE}/'
      - 'GITLAB_TOKEN=_p9fW2gr4GiqAP6zrsaT'

  nginx: