Loading .gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: test: stage: test script: echo "Running tests"; cat /etc/apt/sources.list*; apt update; apt -y install git script: echo "Running tests" build: stage: build Loading Loading
.gitlab-ci.yml +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ stages: test: stage: test script: echo "Running tests"; cat /etc/apt/sources.list*; apt update; apt -y install git script: echo "Running tests" build: stage: build Loading