Skip to content
Snippets Groups Projects
Commit 58a7d96b authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

Update .gitlab-ci.yml

parent cbe4a711
Branches
Tags
No related merge requests found
Pipeline #30976 passed
image: registre.unicaen.fr:5000/unicaen-dev-php8.0-apache
stages:
- tests
- publish
cache:
key: ${CI_COMMIT_REF_SLUG}
paths:
- vendor/
#unit-tests:
# stage: tests
# script:
# - composer install --no-interaction --no-suggest --no-progress
# - php vendor/bin/phpunit --coverage-text=coverage.txt --colors=never
# artifacts:
# paths:
# - coverage.txt
update-satis:
stage: publish
cache: []
image: python:3.9
script:
- apt-get update && apt-get -y upgrade && apt-get -y install curl
- curl https://gest.unicaen.fr/packagist/update
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment