From 7d1b26631fc83059947455ad97421f0f6827d5eb Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Fri, 15 Sep 2023 14:50:54 +0200 Subject: [PATCH] build: Fix error in apt-get python --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7af0ea9..6b12685 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,7 +27,7 @@ before_script: - cp $SETTINGS_XML ../$SETTINGS_XML - cd .. - rm -rf $COMMON_CONFIG_LOCAL - - apt-get update -y && apt-get install -y python3 + - apt-get update -y && apt-get install -y python - 'python build_pom_with_models.py' build: -- GitLab