Skip to content
Snippets Groups Projects
Commit 15165511 authored by Silas Della Contrada's avatar Silas Della Contrada
Browse files

Update .gitlab-ci.yml file

parent 2bfd3d46
No related branches found
No related tags found
No related merge requests found
build-container:
stage: build
script:
- apt install docker
- service docker start
- docker build -t builder docker/
- docker run builder
\ 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