Skip to content

Commit

Permalink
Fix Gitlab CI build for some runners
Browse files Browse the repository at this point in the history
Signed-off-by: Toni Uhlig <[email protected]>
  • Loading branch information
utoni committed Nov 18, 2024
1 parent 4bed2a7 commit 0a4f3cb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ image: debian:stable
stages:
- build_and_test

variables:
GIT_CLONE_PATH: $CI_BUILDS_DIR/$CI_CONCURRENT_ID/$CI_PROJECT_PATH

before_script:
- export DEBIAN_FRONTEND=noninteractive
- apt-get update -qq
Expand Down

0 comments on commit 0a4f3cb

Please sign in to comment.