From 3ea4937ee506703dc029913a3276a5ecb2da8247 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Mon, 7 Aug 2023 09:45:09 +0000 Subject: [PATCH] [GitLabCI] Update test. --- .gitlab/ci/test.gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index ec40f61d4..d125e31b6 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -5,7 +5,7 @@ test:ubuntu_cpp: - docker image: n2d2-ci/ubuntu20.04/cpu:latest script: - - cd build + - cd build_test - ctest --output-on-failure test:ubuntu_python: @@ -16,6 +16,7 @@ test:ubuntu_python: image: n2d2-ci/ubuntu20.04/cpu:latest script: - cd aidge_core + - python3 -m pip list # Run on discovery all tests located in core/unit_tests/python and discard the stdout # only to show the errors/warnings and the results of the tests - python3 -m unittest discover -s unit_tests/ -v -b 1> /dev/null -- GitLab