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

Update .gitlab-ci.yml file

parent 2678327d
No related branches found
No related tags found
2 merge requests!3Merge new master to dev,!2Uc 2
Pipeline #112311 failed
job:
script:
- apt-get update
- apt-get install docker.io
- echo "Hello world"
- docker build .
\ No newline at end of file
script: |
apt-get update
apt-get install docker.io
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