diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3a223ebb72e92d8c2b1ae6cb47a0b45ad0c22b1..2541b8ad5f82dd207120c85302eea941bce7d174 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ build_hello_world: - gcc -o hello src/hello_world.c artifacts: paths: - - /hello + - hello # Define stage that builds HTML and uploads the website tests: