Skip to content
Snippets Groups Projects
Commit b31434c0 authored by OUMLIL's avatar OUMLIL
Browse files

Update .gitlab-ci.yml file

parent 8b500632
Branches master
No related tags found
No related merge requests found
Pipeline #7713 passed
......@@ -11,7 +11,7 @@ build:
before_script:
- apt update && apt -y install make
script:
- cd /labyrinthe_tas_partition/tas && make all
- cd labyrinthe_tas_partition/tas && make all
artifacts:
paths:
- "*"
......@@ -24,7 +24,7 @@ build:
test:
stage: test
script:
- cd /labyrinthe_tas_partition/tas
- cd labyrinthe_tas_partition/tas
- ./exe_queue_test
- ./exe_heap_test
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