From 9f38a8402c4313733cf0902cf80ff3b05af41897 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Mon, 7 Aug 2023 12:07:20 +0000 Subject: [PATCH] [GitLabCI] use venv in tests. --- .gitlab/ci/test.gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/ci/test.gitlab-ci.yml b/.gitlab/ci/test.gitlab-ci.yml index b6524252c..c85683f88 100644 --- a/.gitlab/ci/test.gitlab-ci.yml +++ b/.gitlab/ci/test.gitlab-ci.yml @@ -15,6 +15,7 @@ test:ubuntu_python: - docker image: n2d2-ci/ubuntu20.04/cpu:latest script: + - source venv/bin/activate - cd aidge_core - python3 -m pip list # Run on discovery all tests located in core/unit_tests/python and discard the stdout -- GitLab