Skip to content
Snippets Groups Projects
Commit 62c6ee1e authored by Torgrim's avatar Torgrim
Browse files

Updated .gitlab-ci.yml

parent 2bea968e
Branches
No related tags found
No related merge requests found
Pipeline #26785 failed
......@@ -3,14 +3,15 @@ stages:
- Test
- Deploy
image: docker
services:
- name: 'docker:dind'
command: [ '--tls=false', '--host=tcp://0.0.0.0:2375' ]
default:
image: docker
services:
- name: 'docker:dind'
before_script:
- docker info
variables:
DOCKER_TLS_CERTDIR: ''
DOCKER_TLS_CERTDIR: '/certs'
SECURE_FILES_DOWNLOAD_PATH: './.secrets/'
Build:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment