Skip to content
Snippets Groups Projects
Commit eb4cf78f authored by François Bobot's avatar François Bobot
Browse files

use only ubuntu for sudo

parent c8f62f8e
No related branches found
No related tags found
1 merge request!1Add ci and bundleling
Pipeline #24614 failed
......@@ -4,15 +4,15 @@ stages:
tests_without_recompilation:
stage: tests
image: debian
image: ubuntu
script:
#Eclipse Prolog compilation of COLIBRI
- ./compile_colibri.sh
#Bundle in bundle directory
- ./bundle.sh
#Test
- apt-get update
- apt-get install -y parallel
- sudo apt-get update
- sudo apt-get install -y parallel
- ./test.sh -j2
artifacts:
paths:
......@@ -40,8 +40,8 @@ tests_with_recompilation:
#Bundle in bundle directory
- ./bundle.sh
#Test
- apt-get update
- apt-get install -y parallel
- sudo apt-get update
- sudo apt-get install -y parallel
- ./test.sh -j2
artifacts:
paths:
......
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