Skip to content
Snippets Groups Projects
Commit 15dad006 authored by LEKHLAIKH Taha's avatar LEKHLAIKH Taha
Browse files

Update .gitlab-ci.yml file

parent cb019835
Branches
No related tags found
No related merge requests found
Pipeline #6039 failed
image: docker:20.10
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: ""
services:
- docker:20.10-dind
before_script:
- docker info
build:
stage: build
script:
- docker-compose down
- docker-compose build
- docker-compose up tester-image
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment