diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6672721d84430b1b96a14bce45f7d9fdf5198dcf..45159810456f88dd2b1130654c8b960fefca7c7e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,23 +67,22 @@ build:ubuntu: - make clean dependencies: - config:ubuntu - artifacts: - paths: - - build/ + #artifacts: + # paths: + # - build/ test:ubuntu: image: fperignon/hysop:ubuntu stage: test script: - - cd build - - chmod -R 777 . + #- cd build + #- chmod -R 777 . - useradd "hysoprunner" - - su "hysoprunner" -c "whoami;make" - - su "hysoprunner" -c "ctest -VV -I 1,4" + - su "hysoprunner" -c "sh ci/run_tests.sh" + #- su "hysoprunner" -c "ctest -VV -I 1,4" #- make test - dependencies: - - build:ubuntu - artifacts: - paths: - - build/ - + #dependencies: + # - build:ubuntu + #artifacts: + # paths: + # - build/