Commit 7deb66e

mo khan <mo@mokhan.ca>
2025-03-14 14:53:12
chore: user .gitlab-ci.yml file `variables` syntax
1 parent 39e09f5
Changed files (1)
.gitlab-ci.yml
@@ -1,5 +1,7 @@
 test:
   image: golang:1.24-alpine
+  variables:
+    PLAYWRIGHT_NODEJS_PATH: /usr/bin/node
   script:
     - apk add --no-cache bash build-base firefox chromium git go make nodejs npm openssl-dev ruby ruby-bundler ruby-dev
-    - PLAYWRIGHT_NODEJS_PATH=/usr/bin/node make
+    - make