From 01f7fc8ec6ec2ee9368e6cf337c9a7929070fda8 Mon Sep 17 00:00:00 2001 From: Fontrodona Nicolas <nicolas.fontrodona@ens-lyon.fr> Date: Mon, 30 Nov 2020 14:53:27 +0100 Subject: [PATCH] .gitlab-ci.yml: update --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3f8447c..dc05f23 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,7 +4,7 @@ stages: tests: stage: unittest - image: "python:3.8-slim" + image: python:3.8-slim before_script: - apt-get update - apt-get install -y build-essential @@ -32,9 +32,7 @@ tests: sonarqube-check: stage: quality - image: - name: sonarsource/sonar-scanner-cli:latest - entrypoint: [ "" ] + image: sonarsource/sonar-scanner-cli:latest variables: SONAR_TOKEN: a03f52695660de4b8aa274d2904df75da9d47933 SONAR_HOST_URL: http://192.168.1.58:9000/ # You have to not use localhost otherwise it will not work -- GitLab