diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a75ea005eae03d778969ea34066c36d31c142359..103e22a51628e17d3abe689009214116f62aa1ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,6 @@ helloworld: script: - echo "hello, world" - echo "bonjour, monde" + - echo "bonjour Unistra" > $HOME/testcv - ls -al $HOME + - cat $HOME/testcv