Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
verona-modules-aspect
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Issue 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-modules-aspect
Commits
693e93fb
Commit
693e93fb
authored
1 year ago
by
Richard Henck
Browse files
Options
Downloads
Patches
Plain Diff
Fix CI tests by updating Chromium to latest
parent
ca3e56fe
No related branches found
No related tags found
No related merge requests found
Pipeline
#52353
passed
1 year ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
scripts/Dockerfile
+1
-1
1 addition, 1 deletion
scripts/Dockerfile
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
1
−
1
View file @
693e93fb
...
@@ -5,7 +5,7 @@ stages:
...
@@ -5,7 +5,7 @@ stages:
-
deploy
-
deploy
default
:
default
:
image
:
iqbberlin/
ci-node-chromium
:latest
image
:
iqbberlin/
aspect-test
:latest
test-unit
:
test-unit
:
stage
:
test
stage
:
test
...
...
This diff is collapsed.
Click to expand it.
scripts/Dockerfile
+
1
−
1
View file @
693e93fb
# Image for building and testing the app
# Image for building and testing the app
FROM
node:16-b
uster
FROM
node:16-b
ookworm
RUN
apt update
&&
apt
install
-y
chromium curl jq
RUN
apt update
&&
apt
install
-y
chromium curl jq
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