Fixed .gitlab-ci.yml syntax

This commit is contained in:
Frank Agerholm 2023-07-11 15:45:28 +00:00
commit d1b02c8036

View file

@ -9,8 +9,6 @@ services:
variables: variables:
DOCKER_HOST: tcp://docker:2376 DOCKER_HOST: tcp://docker:2376
DOCKER_TLS_CERTDIR: "/certs" DOCKER_TLS_CERTDIR: "/certs"
before_script:
-
stages: stages:
- build - build