From 1c748ae291caf385d9a5d6a906fa22ae2a93d5f2 Mon Sep 17 00:00:00 2001 From: Ralph Lange Date: Mon, 22 Jun 2020 18:17:13 +0200 Subject: [PATCH] gitlab: install python and essential packages before calling cue.py --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 205f870..62c94e8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,7 @@ unit_test: variables: SET: test00 before_script: + - apt-get update -qq && apt-get install -y -qq make git python - python cue-test.py env script: - python cue-test.py @@ -35,6 +36,7 @@ unit_test: .build: stage: build before_script: + - apt-get update -qq && apt-get install -y -qq build-essential git python curl - python cue.py prepare script: - python cue.py build