Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
replds2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container Registry
Model registry
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
replds2
Merge requests
!14
Build a Debian package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Build a Debian package
debian
into
master
Overview
0
Commits
40
Pipelines
20
Changes
1
Open
ale
requested to merge
debian
into
master
2 years ago
Overview
0
Commits
40
Pipelines
20
Changes
1
Expand
0
0
Merge request reports
Viewing commit
c0444671
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c0444671
Fix ai3/docker/test/autopkgtest image URL
· c0444671
ale
authored
2 years ago
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci.yml
+
1
−
1
Options
@@ -16,7 +16,7 @@ run_tests:
autopkgtest
:
stage
:
build
needs
:
[
"
build_pkg:bullseye:amd64"
]
image
:
registry.git.autistici.org/ai3/test/autopkgtest:master
image
:
registry.git.autistici.org/ai3/
docker/
test/autopkgtest:master
before_script
:
-
apt-get update
-
apt-get -y install autopkgtest
Loading