From ae3b8c26ec4289581a006ee1facee2caefdabcfa Mon Sep 17 00:00:00 2001 From: Rebecca Kohlhaas <rebecca.kohlhaas@iws.uni-stuttgart.de> Date: Thu, 27 Jun 2024 06:48:55 +0000 Subject: [PATCH] Pipeline: install the source code --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8ce286dac..44187d332 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,7 @@ build-job: # This job runs in the build stage, which runs first. stage: build script: - echo "Compiling the code..." + - pip install . - echo "Compile complete." -- GitLab