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
Branches
Tags v2.8.0-rc0
No related merge requests found
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.
Please register or to comment