Skip to content
Snippets Groups Projects
Commit 200dba13 authored by Oyvind.Gjesdal's avatar Oyvind.Gjesdal
Browse files

install composer

parent 9c85bf0e
No related branches found
No related tags found
1 merge request!17Resolve "Make gitlab run PHPunit tests"
This commit is part of merge request !17. Comments created here will be created in the context of that merge request.
......@@ -23,9 +23,9 @@ unit_tests:
image: "php:7.4"
before_script:
- apt-get update -yqq
- apt-get install -y git
- apt-cache search composer
- apt-get install -y git composer
- composer install
script:
- phpunit tests/*
- phpunit tests/*.php
tags:
- spes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment