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

Update .gitlab-ci.yml file

parent a358b01d
No related branches found
No related tags found
No related merge requests found
build-container:
stage: build
script:
- docker build -t builder docker/
build-job:
stage: build
script: docker/build.sh
\ No newline at end of file
script:
- 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.
Please register or to comment