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

Updated .gitlab-ci.yml

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