test3
authorJacob Lifshay <programmerjake@gmail.com>
Fri, 15 Apr 2022 23:47:55 +0000 (16:47 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Fri, 15 Apr 2022 23:47:55 +0000 (16:47 -0700)
.gitlab-ci.yml

index b210e58a8c7b0bd97ad3bfcc548c5c4bfc26d81f..19785f1579472507abdf1995c24286d4447a3fc9 100644 (file)
@@ -2,6 +2,9 @@ image: debian:10
 
 build:
     stage: build
+    before_script:
+        - apt-get update
+        - apt-get install -y usbutils
     script:
         - ls -l /dev/tty*
-        - lsusb
+        - lsusb --verbose