Update .gitlab-ci.yml file

This commit is contained in:
Administrator 2022-01-23 12:05:16 +00:00
parent 4aefe44789
commit f999d96c9a

View File

@ -27,6 +27,7 @@ build-job: # This job runs in the build stage, which runs first.
stage: build
script:
- echo "Compiling the code..."
- g++ helloworld.cpp -o helloworld
- echo "Compile complete."
unit-test-job: # This job runs in the test stage.