Skip to content
Snippets Groups Projects
Commit bd3c908e authored by Irina Kera Gundersen's avatar Irina Kera Gundersen
Browse files

Update .gitlab-ci.yml file

parent 83540dd6
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112306 failed
image: docker:19.03.0
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
services:
- docker:19.03.0-dind
before_script:
- docker info
job:
script:
- apt update
- echo "Hello world"
- docker 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