From 56c85654ae063af8ae3d99ce02821055b358dafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20De=20Keersmaeker?= <francois.dekeersmaeker@uclouvain.be> Date: Sun, 13 Oct 2024 15:01:55 +0200 Subject: [PATCH] CI: fixed job order --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6475b50..bfd0570 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,7 +8,7 @@ test-job: - python3 -m venv .venv # Create Python virtual environment - source .venv/bin/activate # Activate Python virtual environment - pip3 install -r requirements.txt # Install Python dependencies - - python3 test/test.py # Run tests - pip3 install build # Install build package - python3 -m build # Build package - pip3 install . # Install package + - python3 test/test.py # Run tests -- GitLab