Skip to content
Snippets Groups Projects
Commit 5ca1cc78 authored by dgelessus's avatar dgelessus
Browse files

Set DEBIAN_FRONTEND variable using GitLab CI syntax instead of script

parent 51487cd9
No related branches found
No related tags found
No related merge requests found
......@@ -19,14 +19,13 @@ stages:
.test-linux:
extends: .test-common
before_script: &default_before_script_linux
- export DEBIAN_FRONTEND="noninteractive"
variables:
DEBIAN_FRONTEND: noninteractive
test:linux:
extends: .test-linux
image: eclipse-temurin:17
before_script:
- *default_before_script_linux
- apt-get update
- apt-get install --assume-yes build-essential fakeroot cmake git build-essential libboost-all-dev wget curl
- curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment