Skip to content
Snippets Groups Projects
Commit a0b36757 authored by Andrej Ramašeuski's avatar Andrej Ramašeuski
Browse files

Update .gitlab-ci.yml

parent 5eaf1959
No related branches found
No related tags found
No related merge requests found
Pipeline #9 failed
image: docker:latest
image: docker:19.03.1
services:
- docker:dind
- docker:19.03.1-dind
before_script:
- docker info
build:
stage: build
script:
- docker build -t test .
\ No newline at end of file
- docker build -t my-docker-image .
- docker run my-docker-image /script/to/run/tests
\ 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