Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
marcus-lodspeakr
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
uib-ub
Spesialsamlingene
marcus-lodspeakr
Merge requests
!17
Resolve "Make gitlab run PHPunit tests"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Make gitlab run PHPunit tests"
16-make-gitlab-run-phpunit-tests
into
master
Overview
3
Commits
16
Pipelines
0
Changes
1
Merged
Oyvind.Gjesdal
requested to merge
16-make-gitlab-run-phpunit-tests
into
master
3 years ago
Overview
3
Commits
16
Pipelines
0
Changes
1
Expand
Closes #16
Edited
3 years ago
by
Stein Magne Bjorklund
0
0
Merge request reports
Viewing commit
f27328f9
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
f27328f9
add packages
· f27328f9
Oyvind.Gjesdal
authored
3 years ago
.gitlab-ci.yml
+
1
−
0
Options
@@ -22,6 +22,7 @@ unit_tests:
stage
:
"
unit_tests"
image
:
"
php:7.4"
before_script
:
-
docker-php-ext-install php-common php-composer-ca-bundle php-composer-semver php-composer-spdx-licenses php-composer-xdebug-handler php-json-schema php-psr-log php-symfony-console
-
apt-get update -yqq
-
apt-get install -y git composer
-
composer install
Loading