Skip to content
Snippets Groups Projects
Commit ee5a6c4c authored by Vegard Murvold Sporstøl's avatar Vegard Murvold Sporstøl
Browse files

Update .gitlab-ci.yml file

parent bff89d09
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #113010 failed
image: docker:19.03.12
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
services:
- docker:19.03.12-dind
before_script:
- docker info
image: docker:stable
build:
stage: build
script:
- docker build -t my-docker-image .
- docker run my-docker-image /script/to/run/tests
\ No newline at end of file
- docker-compose build
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment