Skip to content
Snippets Groups Projects
Commit 5b2f9f5e authored by Kevin Höllring's avatar Kevin Höllring
Browse files

Add Gitlab CI script for testing the program

parent cc781f40
No related branches found
No related tags found
No related merge requests found
Pipeline #30789 failed
image:
name: cp1_testing_image_ex1:latest
stages:
- test
# Testing the stuff
test_task1:
stage: test
tags:
- task_check
script: make test_task1
test_task2:
stage: test
tags:
- task_check
script: make test_task2
test_task3:
stage: test
tags:
- task_check
script: make test_task3
test_task4:
stage: test
tags:
- task_check
script: make test_task4
test_task4:
stage: test
tags:
- task_check
script: make test_task4
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