Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-player-simple
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IQB
verona-player-simple
Commits
9d8c568c
Commit
9d8c568c
authored
3 years ago
by
paflov
Browse files
Options
Downloads
Patches
Plain Diff
try to execute test as www-data to hopefully fix ci
parent
b17de1c6
No related branches found
No related tags found
No related merge requests found
Pipeline
#34003
failed
3 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-3
5 additions, 3 deletions
.gitlab-ci.yml
with
5 additions
and
3 deletions
.gitlab-ci.yml
+
5
−
3
View file @
9d8c568c
...
@@ -8,10 +8,12 @@ image: node:14.16-buster
...
@@ -8,10 +8,12 @@ image: node:14.16-buster
test
:
test
:
stage
:
test
stage
:
test
script
:
script
:
-
apt-get update && apt-get install firefox-esr sudo -y
-
firefox-esr --version
-
whoami
-
whoami
-
more /etc/passwd
-
more /etc/passwd
-
apt-get update && apt-get install firefox-esr sudo -y
-
su - www-data
-
more /etc/passwd
-
firefox-esr --version
-
npm install
-
npm install
-
export TERM=xterm
-
export TERM=xterm
-
sudo -u
builder
npm run test
-
sudo -u
www-data
npm run test
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment