Commit ab280cba authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Update .gitlab-ci.yml file

parent e968c4db
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,9 @@ stages:
variables:
  COMPOSER_ALLOW_SUPERUSER: 1
  APP_ENV: test
  HTTP_PROXY: http://proxy.unicaen.fr:3128
  HTTPS_PROXY: http://proxy.unicaen.fr:3128
  NO_PROXY: localhost,127.0.0.1,.unicaen.fr

cache:
  key: ${CI_COMMIT_REF_SLUG}
@@ -18,6 +21,10 @@ test:
  image: registre.unicaen.fr:5000/open-source/docker/unicaen-image:php8.2

  before_script:
    # Proxy de !$%#
    - echo "HTTP_PROXY=$HTTP_PROXY"
    - echo "HTTPS_PROXY=$HTTPS_PROXY"
    - echo "NO_PROXY=$NO_PROXY" 
    - composer install --prefer-dist --no-progress --no-interaction

  script: