Skip to content
Snippets Groups Projects
Commit 10d88f99 authored by Matthieu FAURE's avatar Matthieu FAURE
Browse files

add job

parent 951648a6
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,12 @@ hello-world:
hello-ci:
stage: test
script:
- curl http://localhost:80/index.php
hello-ci2:
stage: test
script:
- echo "nothing special"
after_script:
- echo "I though I was into the Docker created by Gitlab-Runner"
- curl http://localhost:80/index.php
\ 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